Enum KeyProtectionType

Definition

Namespace:
Tizen.Account.FidoClient
Assembly:
Tizen.Account.FidoClient.dll
API Level:
3

Authenticator's supported key protection method type.

C#
Copy
public enum KeyProtectionType
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.