Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
prf inputs for WebAuthn credential creation.
public sealed class PRFAttestationInputsobject.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
PRF inputs to evaluate for the created credential.
[JsonPropertyName("eval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public PRFValues? Eval { get; set; }Deserializes a JSON string into prf attestation inputs.
public static PRFAttestationInputs? FromJson(string json)json string
JSON representation of prf attestation inputs.
prf attestation inputs if deserialization is successful; otherwise, null.
Serializes the prf attestation inputs to JSON.
public override string ToString()JSON representation of these prf attestation inputs.