namespace ProtonVPN.OperatingSystems.WebAuthn.Interop.StructVersions; /// /// Hybrid Storage Linked Data Version Information. /// public enum HybridStorageLinkedDataVersion : uint { /// /// Corresponds to CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_VERSION_1. /// Version1 = PInvoke.CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_VERSION_1, /// /// Current version /// /// /// Corresponds to CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_CURRENT_VERSION. /// Current = PInvoke.CTAPCBOR_HYBRID_STORAGE_LINKED_DATA_CURRENT_VERSION }