ClientData
Wisej.Ext.WebAuthn.ClientData
Last updated
Was this helpful?
Wisej.Ext.WebAuthn.ClientData
Last updated
Was this helpful?
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn (3.2.0.0)
The client data represents the contextual bindings of both the WebAuthn Relying Party and the client.
: The client data in base64 format.
: The challenge returned from the client.
: This member contains the fully qualified origin of the requester, as provided to the authenticator by the client, in the syntax defined by [RFC6454].
The purpose of this member is to prevent certain types of signature confusion attacks (where an attacker substitutes one legitimate signature for another).
: This member contains the string "webauthn.create" when creating new credentials, and "webauthn.get" when getting an assertion from an existing credential.