Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
Large blob support options.
public enum LargeBlobSupport : uint
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.