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
PublicKey()

Creates a new instance of PublicKey.
PublicKey(credentialID, data)

Creates a new instance of PublicKey with the given configuration.
PublicKey(json)

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

COSEAlgorithmIdentifier: The public key algorithm used.
CredentialID

String: The credential ID returned from the client.
Data

Object: The public key data returned from the client.
Last updated
Was this helpful?