AuthenticatorAttachment
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
This enumeration’s values describe authenticators' attachment modalities.
- C#
- VB.NET
public enum AuthenticatorAttachment : Enum
Public Enum AuthenticatorAttachment As [Enum]
Fields
| Name | Description |
|---|---|
| CrossPlatform | A roaming authenticator is attached using cross-platform transports, called cross-platform attachment. Authenticators of this class are removable from, and can "roam" between, client devices. |
| Platform | A platform authenticator is attached using a client device-specific transport, called platform attachment, and is usually not removable from the client device. |
Used By
| Name | Description |
|---|---|
| AuthenticatorSelectionCriteria.AuthenticatorAttachment | If this member is present, eligible authenticators are filtered to be only those authenticators attached with the specified authenticator attachment modality. |