Assertion

Wisej.Ext.WebAuthn.Assertion

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

An authenticator's response to a client's request for generation of a new authentication assertion.

public class Assertion

See #iface-authenticatorassertionresponse

Constructors

Creates a new instance of Assertion.

Creates a new instance of Assertion with the given configuration.

NameTypeDescription

signature

The authenticator's signature.

clientDataJSON

Client data.

authenticatorData

Authenticator data.

Properties

String: The authenticator data returned by the authenticator.

String: The JSON-compatible serialization of client data.

Byte[]: The raw signature returned from the authenticator.

Last updated