Class AuthenticatorInformation

Definition

Namespace:
Tizen.Account.FidoClient
Assembly:
Tizen.Account.FidoClient.dll

Contains information about the authenticators registered on the device.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public class AuthenticatorInformation
Inheritance
object
AuthenticatorInformation
Examples
Copy
IEnumerable<AuthenticatorInformation> authInfos = await UafAuthenticatorFinder.DiscoverAuthenticatorsAsync(); foreach (AuthenticatorInformation authInfo in authInfos) { string aaid = authInfo.Aaid; string title = authInfo.Title; }

Properties

View Source

Aaid

The Authenticator AAID (Authenticator Attestation ID)

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Aaid { get; }
Property Value
Type Description
string
View Source

AssertionScheme

The Authenticator assertion scheme.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string AssertionScheme { get; }
Property Value
Type Description
string
View Source

AttachmentHint

The attachment hint of this Authenticator.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public AuthenticatorAttachmentHint AttachmentHint { get; }
Property Value
Type Description
AuthenticatorAttachmentHint
View Source

AttestationTypes

The available attestation types for this Authenticator.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public IEnumerable<AuthenticatorAttestationType> AttestationTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><AuthenticatorAttestationType>
View Source

AuthenticationAlgorithm

The Authenticator algorithm.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public AuthenticationAlgorithm AuthenticationAlgorithm { get; }
Property Value
Type Description
AuthenticationAlgorithm
View Source

Description

The Authenticator description

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Description { get; }
Property Value
Type Description
string
View Source

Icon

The icon of this Authenticator.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Icon { get; }
Property Value
Type Description
string
View Source

IsSecondFactorOnly

Denotes the Authenticator is Second factor only which is supported by U2F standards.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public bool IsSecondFactorOnly { get; }
Property Value
Type Description
bool
View Source

KeyProtection

The key protection method of this Authenticator.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public KeyProtectionType KeyProtection { get; }
Property Value
Type Description
KeyProtectionType
View Source

MatcherProtection

The matcher protection method of this Authenticator.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public MatcherProtectionType MatcherProtection { get; }
Property Value
Type Description
MatcherProtectionType
View Source

TcDisplayContentType

The Transaction Confirmation display type of this Authenticator.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string TcDisplayContentType { get; }
Property Value
Type Description
string
View Source

TcDisplayType

The Transaction Confirmation display type of this Authenticator.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public TransactionConfirmationDisplayType TcDisplayType { get; }
Property Value
Type Description
TransactionConfirmationDisplayType
View Source

Title

The authenticator Title

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public string Title { get; }
Property Value
Type Description
string
View Source

UserVerification

The user verification method of this Authenticator

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13.")] public UserVerificationMethod UserVerification { get; }
Property Value
Type Description
UserVerificationMethod