Skip to main content

ClientData

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

The client data represents the contextual bindings of both the WebAuthn Relying Party and the client.

public class ClientData

Constructors

Instance memberClientData()

Properties

Instance memberBase64

String: The client data in base64 format.

Instance memberChallenge

Byte[]: The challenge returned from the client.

Instance memberOrigin

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].

Instance memberType

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).