Enum AuthenticatorAttachmentHint
Definition
- Namespace:
- Tizen.Account.FidoClient
- Assembly:
- Tizen.Account.FidoClient.dll
Authenticator's supproted method to communicate to FIDO user device.
public enum AuthenticatorAttachmentHint
Fields
| Name | Description |
|---|---|
| Bt | Authenticator is able to communicate by Bluetooth to the FIDO User Device. |
| External | Authenticator is removable or remote from the FIDO User Device. |
| Internal | Authenticator is permanently attached to the FIDO User Device. |
| Nfc | Authenticator is able to communicate by NFC to the FIDO User Device. |
| Nw | Authenticator is connected to the FIDO User Device ver a non-exclusive network (e.g. over a TCP/IP LAN or WAN, as opposed to a PAN or point-to-point connection). |
| Ready | The external authenticator is in a "ready" state. |
| WifiDirect | The external authenticator is able to communicate using WiFi Direct with the FIDO User Device. |
| Wired | The external authenticator currently has an exclusive wired connection. |
| Wireless | The external authenticator communicates with the FIDO User Device through wireless means. |