IdentityPasskeyOptions.AttestationConveyancePreference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.