Enum MatcherProtectionType

Definition

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

Authenticator's supported matcher protection type.

C#
Copy
public enum MatcherProtectionType : int
Name Description
OnChip

Aauthenticator's matcher is running on the chip.

Software

Authenticator's matcher is running in software.

Tee

Authenticator's matcher is running inside the Trusted Execution Environment.

Extension Methods