PublicKeyCredentialParameters
Wisej.Ext.WebAuthn.PublicKeyCredentialParameters
Last updated
Was this helpful?
Wisej.Ext.WebAuthn.PublicKeyCredentialParameters
Last updated
Was this helpful?
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn (3.2.0.0)
Contains information about the desired properties of the credential to be created.
Creates a new instance of .
Creates a new instance of with the given configuration.
alg
type
The type of credential key (i.e. "public-key").
: 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.
Returns a JSON representation of the current object.
: This member specifies the type of credential to be created (i.e. "public-key").
Returns: . The JSON object representation.