Skip to content

Latest commit

 

History

History
62 lines (25 loc) · 989 Bytes

DSInternals.Win32.WebAuthn.AuthenticatorFlags.md

File metadata and controls

62 lines (25 loc) · 989 Bytes

Enum AuthenticatorFlags

Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll

Authenticator data flags

[Flags]
public enum AuthenticatorFlags : byte

Fields

UserPresent = 1

User Present indicates that the user presence test has completed successfully.

RFU1 = 2

Reserved for future use (RFU1)

UserVerified = 4

User Verified indicates that the user verification process has completed successfully.

RFU2 = 8

Reserved for future use (RFU2)

RFU3 = 16

Reserved for future use (RFU3)

RFU4 = 32

Reserved for future use (RFU4)

AttestationData = 64

Attested credential data included indicates that the authenticator added attested credential data to the authenticator data.

ExtensionData = 128

Extension data included indicates that the authenticator added extension data to the authenticator data.