Assertion
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
An authenticator's response to a client's request for generation of a new authentication assertion.
- C#
- VB.NET
public class Assertion
Public Class Assertion
See #iface-authenticatorassertionresponse
Constructors
Assertion()
Creates a new instance of Assertion.
Assertion(signature, clientDataJSON, authenticatorData)
Creates a new instance of Assertion with the given configuration.
| Name | Type | Description |
|---|---|---|
| signature | Byte[] | The authenticator's signature. |
| clientDataJSON | String | Client data. |
| authenticatorData | String | Authenticator data. |
Properties
AuthenticatorData
String: The authenticator data returned by the authenticator.
ClientDataJSON
String: The JSON-compatible serialization of client data.
Signature
Byte[]: The raw signature returned from the authenticator.