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
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.