Skip to main content

AuthenticatorData

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

Information about the authenticator.

public class AuthenticatorData

Constructors

Instance memberAuthenticatorData()

Properties

Instance memberBackupEligibility

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

Instance memberBase64

String: The authenticator data in base64 format.

Instance memberPublicKey

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

Instance memberRPIDHash

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

Instance memberUserPresent

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

Instance memberUserVerified

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