ClientData
Wisej.Ext.WebAuthn.ClientData
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.
public class ClientData
Constructors
ClientData()

Properties
Base64

String: The client data in base64 format.
Challenge

Byte[]: The challenge returned from the client.
Origin

String: This member contains the fully qualified origin of the requester, as provided to the authenticator by the client, in the syntax defined by [RFC6454].
Type

String: This member contains the string "webauthn.create" when creating new credentials, and "webauthn.get" when getting an assertion from an existing credential.
The purpose of this member is to prevent certain types of signature confusion attacks (where an attacker substitutes one legitimate signature for another).
Last updated
Was this helpful?