Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 662 Bytes

File metadata and controls

31 lines (16 loc) · 662 Bytes

Enum EnterpriseAttestationType

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

Enterprise Attestation Capabilities

public enum EnterpriseAttestationType : uint

Fields

None = 0

Corresponds to WEBAUTHN_ENTERPRISE_ATTESTATION_NONE.

VendorFacilitated = 1

Vendor-facilitated enterprise attestation

Corresponds to WEBAUTHN_ENTERPRISE_ATTESTATION_VENDOR_FACILITATED.

PlatformManaged = 2

Platform-managed enterprise attestation

Corresponds to WEBAUTHN_ENTERPRISE_ATTESTATION_PLATFORM_MANAGED.