Enum KeyProtectionType
Definition
- Namespace:
- Tizen.Account.FidoClient
- Assembly:
- Tizen.Account.FidoClient.dll
Authenticator's supported key protection method type.
public enum KeyProtectionType
Fields
Name | Description |
---|---|
Hardware | Hardware based key management. |
RemoteHandle | Authenticator does not store (wrapped) UAuth keys at the client, but relies on a server-provided key handle. |
SecureElement | Secure Element based key management. |
Software | Software based key management. |
Tee | Trusted Execution Environment based key management. |