Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 2.34 KB

File metadata and controls

77 lines (47 loc) · 2.34 KB

Class PRFAttestationInputs

Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll

prf inputs for WebAuthn credential creation.

public sealed class PRFAttestationInputs

Inheritance

objectPRFAttestationInputs

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Eval

PRF inputs to evaluate for the created credential.

[JsonPropertyName("eval")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public PRFValues? Eval { get; set; }

Property Value

PRFValues?

Methods

FromJson(string)

Deserializes a JSON string into prf attestation inputs.

public static PRFAttestationInputs? FromJson(string json)

Parameters

json string

JSON representation of prf attestation inputs.

Returns

PRFAttestationInputs?

prf attestation inputs if deserialization is successful; otherwise, null.

ToString()

Serializes the prf attestation inputs to JSON.

public override string ToString()

Returns

string

JSON representation of these prf attestation inputs.