namespace ProtonVPN.OperatingSystems.WebAuthn.Interop.StructVersions;
///
/// The current version of the WEBAUTHN_CREDENTIAL_EX structure, to allow for modifications in the future.
///
public enum CredentialExVersion : uint
{
/// Corresponds to WEBAUTHN_CREDENTIAL_EX_CURRENT_VERSION.
Current = PInvoke.WEBAUTHN_CREDENTIAL_EX_CURRENT_VERSION
}