AuthenticatorData

Wisej.Ext.WebAuthn.AuthenticatorData

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

Information about the authenticator.

public class AuthenticatorData

Constructors

AuthenticatorData()

Properties

BackupEligibility

Boolean: Defines whether the public key credential source is allowed to be backed up.

Base64

String: The authenticator data in base64 format.

PublicKey

PublicKey: Represents the public key received from the client. Only available in CreateAsync.

RPIDHash

Byte[]: Represents a hash of the Relaying Party ID (RPID). Only available in GetAsync.

UserPresent

Boolean: Defines whether the user is said to be "present".

UserVerified

Boolean: Defines whether the user is said to be "verified".

Last updated

Was this helpful?