namespace ProtonVPN.OperatingSystems.WebAuthn.Interop.StructVersions;
///
/// User Information Structure Version Information.
///
public enum UserInformationVersion : uint
{
///
/// Current version
///
///
/// Corresponds to WEBAUTHN_USER_ENTITY_INFORMATION_CURRENT_VERSION.
///
Current = PInvoke.WEBAUTHN_USER_ENTITY_INFORMATION_CURRENT_VERSION
}