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