AuthenticatorTransport
Wisej.Ext.WebAuthn.AuthenticatorTransport
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn (3.2.0.0)
Available transport types.
public enum AuthenticatorTransport : 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.
Last updated
Was this helpful?