IdentityPasskeyOptions.AuthenticatorAttachment 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 allowed authenticator attachment.
public string? AuthenticatorAttachment { get; set; }
member this.AuthenticatorAttachment : string with get, set
Public Property AuthenticatorAttachment As String
Property Value
Remarks
This option only applies when creating a new passkey, and already-registered passkeys are not affected by it.
Possible values are "platform" and "cross-platform".
If left null, any authenticator attachment modality is allowed.
See https://www.w3.org/TR/webauthn-3/#enumdef-authenticatorattachment.