Skip to content

Latest commit

 

History

History
31 lines (14 loc) · 503 Bytes

DSInternals.Win32.WebAuthn.LargeBlobSupport.md

File metadata and controls

31 lines (14 loc) · 503 Bytes

Enum LargeBlobSupport

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

Large blob support options.

public enum LargeBlobSupport : uint

Fields

None = 0

Corresponds to WEBAUTHN_LARGE_BLOB_SUPPORT_NONE.

Required = 1

Corresponds to WEBAUTHN_LARGE_BLOB_SUPPORT_REQUIRED.

Preferred = 2

Corresponds to WEBAUTHN_LARGE_BLOB_SUPPORT_PREFERRED.