PublicKey
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
Represents information about a public key retrieved from the client.
- C#
- VB.NET
public class PublicKey
Public Class PublicKey
Constructors
PublicKey()
Creates a new instance of PublicKey.
PublicKey(credentialID, data)
Creates a new instance of PublicKey with the given configuration.
| Name | Type | Description |
|---|---|---|
| credentialID | String | The credential id received upon registration. |
| data | Object | The dynamic public key object. |
PublicKey(json)
Creates a new instance of PublicKey with the given JSON configuration.
| Name | Type | Description |
|---|---|---|
| json | String | The serialized JSON string of the PublicKey object. |
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.