Dela via


IdentityPasskeyOptions.AttestationConveyancePreference Property

Definition

Gets or sets the attestation conveyance preference.

public string? AttestationConveyancePreference { get; set; }
member this.AttestationConveyancePreference : string with get, set
Public Property AttestationConveyancePreference As String

Property Value

Remarks

This option only applies when creating a new passkey, and already-registered passkeys are not affected by it. To validate the attestation statement of a passkey during passkey creation, provide a value for the VerifyAttestationStatement option.

Possible values are "none", "indirect", "direct", and "enterprise".

If left null, the browser defaults to "none".

See https://www.w3.org/TR/webauthn-3/#enumdef-attestationconveyancepreference.

Applies to