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

Properties

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

String: The authenticator data in base64 format.

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

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

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

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

Last updated