IdentityPasskeyOptions.ResidentKeyRequirement 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 extent to which the server desires to create a client-side discoverable credential.
public string? ResidentKeyRequirement { get; set; }
member this.ResidentKeyRequirement : string with get, set
Public Property ResidentKeyRequirement As String
Property Value
Remarks
This option only applies when creating a new passkey, and is not enforced on the server.
Possible values are "discouraged", "preferred", "required", or null. If set to null, the effective value is "discouraged".
The default value is "preferred".
See https://www.w3.org/TR/webauthn-3/#enumdef-residentkeyrequirement.