Skip to main content

AttestationConveyancePreference

Namespace: Wisej.Ext.WebAuthn

Assembly: Wisej.Ext.WebAuthn

public enum AttestationConveyancePreference : Enum

Fields

NameDescription
DirectThe Relying Party wants to receive the attestation statement as generated by the authenticator.
EnterpriseThe Relying Party wants to receive an attestation statement that may include uniquely identifying information.
IndirectThe Relying Party wants to receive a verifiable attestation statement, but allows the client to decide how to obtain such an attestation statement.
NoneThe Relying Party is not interested in authenticator attestation.

Used By

NameDescription
WebAuthn.CreateAsyncCreates new credentials for the client.