CredentialsResponse

Wisej.Ext.WebAuthn.CredentialsResponse

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

Represents the result of a request for credentials from the client.

public class CredentialsResponse

Constructors

Properties

AuthenticatorData: The authenticator data provided by the client.

ClientData: The client data provided by the client.

See: #dictdef-collectedclientdata.

Byte[]: Represents an assertion by the authenticator that the user has consented to a specific transaction.

See: #webauthn-signature.

Int32: The number of successful calls to authenticatorGetAssertion(). Used for detecting cloned authenticators.

See: #signature-counter.

String: The user handle associated when this public key credential source was created.

See: #public-key-credential-source-userhandle

Last updated