PublicKeyCredentialDescriptor
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
Identifies the credential to be retrieved from the client.
- C#
- VB.NET
public class PublicKeyCredentialDescriptor
Public Class PublicKeyCredentialDescriptor
Constructors
PublicKeyCredentialDescriptor()
Creates a new instance of PublicKeyCredentialDescriptor.
PublicKeyCredentialDescriptor(id, type, transports)
Creates a new instance of PublicKeyCredentialDescriptor with the given configuration.
| Name | Type | Description |
|---|---|---|
| id | String | The credential ID. |
| type | String | The type of credential to retrieve. |
| transports | AuthenticatorTransport[] | The optional authenticator types. |
Properties
Id
String: The credential ID.
Transports
AuthenticatorTransport[]: This OPTIONAL member contains a hint as to how the client might communicate with the managing authenticator of the public key credential the caller is referring to.
Type
String: The type of credential to retrieve.