Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
WebAuthn API Version Information.
public enum ApiVersion : uint
Version1 = 1
Baseline Version
Corresponds to WEBAUTHN_API_VERSION_1.
Version2 = 2
Delta From V1.
Corresponds to WEBAUTHN_API_VERSION_2.
Version3 = 3
Delta From V2.
Corresponds to WEBAUTHN_API_VERSION_3.
Version4 = 4
Delta From V3.
Corresponds to WEBAUTHN_API_VERSION_4.
Version5 = 5
Delta From V4.
Corresponds to WEBAUTHN_API_VERSION_5.
Version6 = 6
Delta From V5.
Corresponds to WEBAUTHN_API_VERSION_6.
Version7 = 7
Delta From V6.
Corresponds to WEBAUTHN_API_VERSION_6.
Current = 7
Current Version
Corresponds to WEBAUTHN_API_CURRENT_VERSION.