ResidentKeyRequirement
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
Relying Party's requirements for client-side discoverable credentials.
- C#
- VB.NET
public enum ResidentKeyRequirement : Enum
Public Enum ResidentKeyRequirement As [Enum]
Fields
| Name | Description |
|---|---|
| Discouraged | This value indicates the Relying Party prefers creating a server-side credential, but will accept a client-side discoverable credential. |
| Preferred | This value indicates the Relying Party strongly prefers creating a client-side discoverable credential, but will accept a server-side credential. |
| Required | This value indicates the Relying Party requires a client-side discoverable credential, and is prepared to receive an error if a client-side discoverable credential cannot be created. |
Used By
| Name | Description |
|---|---|
| AuthenticatorSelectionCriteria.UserVerification | This member specifies the Relying Party's requirements regarding user verification. |