PublicKeyCredentialParameters
Wisej.Ext.WebAuthn.PublicKeyCredentialParameters
Last updated
Wisej.Ext.WebAuthn.PublicKeyCredentialParameters
Last updated
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 PublicKeyCredentialParameters.
Creates a new instance of PublicKeyCredentialParameters with the given configuration.
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").
Returns a JSON representation of the current object.
Returns: String. The JSON object representation.