PublicKey

Wisej.Ext.WebAuthn.PublicKey

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

Represents information about a public key retrieved from the client.

public class PublicKey

Constructors

Creates a new instance of PublicKey.

Creates a new instance of PublicKey with the given configuration.

NameTypeDescription

credentialID

The credential id received upon registration.

data

The dynamic public key object.

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

NameTypeDescription

json

The serialized JSON string of the PublicKey object.

Properties

COSEAlgorithmIdentifier: The public key algorithm used.

String: The credential ID returned from the client.

Object: The public key data returned from the client.

Last updated