AttestationConveyancePreference
Namespace: Wisej.Ext.WebAuthn
Assembly: Wisej.Ext.WebAuthn
- C#
- VB.NET
public enum AttestationConveyancePreference : Enum
Public Enum AttestationConveyancePreference As [Enum]
Fields
| Name | Description |
|---|---|
| Direct | The Relying Party wants to receive the attestation statement as generated by the authenticator. |
| Enterprise | The Relying Party wants to receive an attestation statement that may include uniquely identifying information. |
| Indirect | The Relying Party wants to receive a verifiable attestation statement, but allows the client to decide how to obtain such an attestation statement. |
| None | The Relying Party is not interested in authenticator attestation. |
Used By
| Name | Description |
|---|---|
| WebAuthn.CreateAsync | Creates new credentials for the client. |