Definition
- Namespace:
- Tizen.Account.FidoClient
- Assembly:
- Tizen.Account.FidoClient.dll
Contains information about the authenticators registered on the device.
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public class AuthenticatorInformation
- Inheritance
-
object
AuthenticatorInformation
IEnumerable<AuthenticatorInformation> authInfos = await UafAuthenticatorFinder.DiscoverAuthenticatorsAsync();
foreach (AuthenticatorInformation authInfo in authInfos)
{
string aaid = authInfo.Aaid;
string title = authInfo.Title;
}
Properties
View Source
The Authenticator AAID (Authenticator Attestation ID)
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Aaid { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string AssertionScheme { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public AuthenticatorAttachmentHint AttachmentHint { get; }
Property Value
View Source
The available attestation types for this Authenticator.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public IEnumerable<AuthenticatorAttestationType> AttestationTypes { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public AuthenticationAlgorithm AuthenticationAlgorithm { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Description { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Icon { get; }
Property Value
View Source
Denotes the Authenticator is Second factor only which is supported by U2F standards.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public bool IsSecondFactorOnly { get; }
Property Value
View Source
The key protection method of this Authenticator.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public KeyProtectionType KeyProtection { get; }
Property Value
View Source
The matcher protection method of this Authenticator.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public MatcherProtectionType MatcherProtection { get; }
Property Value
View Source
TcDisplayContentType
The Transaction Confirmation display type of this Authenticator.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string TcDisplayContentType { get; }
Property Value
View Source
The Transaction Confirmation display type of this Authenticator.
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public TransactionConfirmationDisplayType TcDisplayType { get; }
Property Value
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public string Title { get; }
Property Value
View Source
The user verification method of this Authenticator
Declaration
[Obsolete("Deprecated since API11. Might be removed in API13.")]
public UserVerificationMethod UserVerification { get; }
Property Value