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 AssertionPublic Class AssertionSee #iface-authenticatorassertionresponse
Constructors
Assertion()
Creates a new instance of Assertion.
Assertion(signature, clientDataJSON, authenticatorData)
Creates a new instance of Assertion with the given configuration.
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.
Last updated
Was this helpful?