Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
largeBlob inputs for WebAuthn credential creation.
public sealed class LargeBlobAttestationInputsobject ← LargeBlobAttestationInputs
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
public LargeBlobAttestationInputs()public LargeBlobAttestationInputs(LargeBlobSupport support)support LargeBlobSupport
Requested large-blob support for the credential.
[JsonPropertyName("support")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LargeBlobSupport Support { get; set; }Deserializes a JSON string into largeBlob attestation inputs.
public static LargeBlobAttestationInputs? FromJson(string json)json string
JSON representation of largeBlob attestation inputs.
largeBlob attestation inputs if deserialization is successful; otherwise, null.
Serializes the largeBlob attestation inputs to JSON.
public override string ToString()JSON representation of these largeBlob attestation inputs.