AuthenticatorTransport
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
Available transport types.
- C#
- VB.NET
public enum AuthenticatorTransport : Enum
Public Enum AuthenticatorTransport As [Enum]
Fields
| Name | Description |
|---|---|
| Ble | Indicates the respective authenticator can be contacted over Bluetooth Smart (Bluetooth Low Energy / BLE). |
| Internal | Indicates the respective authenticator is contacted using a client device-specific transport, i.e., it is a platform authenticator. |
| Nfc | Indicates the respective authenticator can be contacted over Near Field Communication (NFC). |
| Usb | Indicates the respective authenticator can be contacted over removable USB. |