Skip to main content

PublicKey

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

Represents information about a public key retrieved from the client.

public class PublicKey

Constructors

Instance memberPublicKey()

Creates a new instance of PublicKey.

Instance memberPublicKey(credentialID, data)

Creates a new instance of PublicKey with the given configuration.

NameTypeDescription
credentialIDStringThe credential id received upon registration.
dataObjectThe dynamic public key object.

Instance memberPublicKey(json)

Creates a new instance of PublicKey with the given JSON configuration.

NameTypeDescription
jsonStringThe serialized JSON string of the PublicKey object.

Properties

Instance memberAlgorithm

COSEAlgorithmIdentifier: The public key algorithm used.

Instance memberCredentialID

String: The credential ID returned from the client.

Instance memberData

Object: The public key data returned from the client.