PublicKey
Wisej.Ext.WebAuthn.PublicKey
Last updated
Was this helpful?
Wisej.Ext.WebAuthn.PublicKey
Last updated
Was this helpful?
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn (3.2.0.0)
Represents information about a public key retrieved from the client.
Creates a new instance of PublicKey.
Creates a new instance of PublicKey with the given configuration.
credentialID
The credential id received upon registration.
data
The dynamic public key object.
Creates a new instance of PublicKey with the given JSON configuration.
json
COSEAlgorithmIdentifier: The public key algorithm used.
String: The credential ID returned from the client.
Object: The public key data returned from the client.
The serialized JSON string of the object.