Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 907 Bytes

DSInternals.Win32.WebAuthn.AuthenticatorAttachment.md

File metadata and controls

38 lines (20 loc) · 907 Bytes

Enum AuthenticatorAttachment

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

This enumeration’s values describe authenticators' attachment modalities.

[JsonConverter(typeof(JsonCustomEnumConverter<AuthenticatorAttachment>))]
public enum AuthenticatorAttachment : uint

Fields

Any = 0

No authenticator attachment filters are applied.

Corresponds to WEBAUTHN_AUTHENTICATOR_ATTACHMENT_ANY.

Platform = 1

This value indicates platform attachment.

Corresponds to WEBAUTHN_AUTHENTICATOR_ATTACHMENT_PLATFORM.

CrossPlatform = 2

This value indicates cross-platform attachment.

Corresponds to WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM.

CrossPlatformU2F = 3

Corresponds to WEBAUTHN_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM_U2F_V2.