PublicKeyCredentialParameters

Wisej.Ext.WebAuthn.PublicKeyCredentialParameters

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn (3.2.0.0)

Contains information about the desired properties of the credential to be created.

public class PublicKeyCredentialParameters

Constructors

Creates a new instance of PublicKeyCredentialParameters.

Creates a new instance of PublicKeyCredentialParameters with the given configuration.

NameTypeDescription

alg

type

The type of credential key (i.e. "public-key").

Properties

COSEAlgorithmIdentifier: Specifies the cryptographic signature algorithm with which the newly generated credential will be used, and thus also the type of asymmetric key pair to be generated, e.g., RSA or Elliptic Curve.

String: This member specifies the type of credential to be created (i.e. "public-key").

Methods

Returns a JSON representation of the current object.

Returns: String. The JSON object representation.

Last updated