CredentialsResponse
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
Represents the result of a request for credentials from the client.
- C#
- VB.NET
public class CredentialsResponse
Public Class CredentialsResponse
Constructors
CredentialsResponse()
Properties
AuthenticatorData
AuthenticatorData: The authenticator data provided by the client.
ClientData
ClientData: The client data provided by the client.
See: #dictdef-collectedclientdata.
Signature
Byte[]: Represents an assertion by the authenticator that the user has consented to a specific transaction.
See: #webauthn-signature.
SignatureCounter
Int32: The number of successful calls to authenticatorGetAssertion(). Used for detecting cloned authenticators.
See: #signature-counter.
UserHandle
String: The user handle associated when this public key credential source was created.