[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eHmacKeyStates\u003c/code\u003e class within the Google Cloud Storage v1 API for .NET, detailing its use in managing HMAC keys.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the documentation is for version 4.11.0, with accessible documentation for previous versions spanning from 4.10.0 back to 3.4.0, which can be found on the webpage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHmacKeyStates\u003c/code\u003e class contains three string constants defining the possible states of an HMAC key: \u003ccode\u003eActive\u003c/code\u003e, \u003ccode\u003eDeleted\u003c/code\u003e, and \u003ccode\u003eInactive\u003c/code\u003e, which provide key states for management of key signing.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage has information on the \u003ccode\u003eHmacKeyStates\u003c/code\u003e inheritance, inherited members, and namespace for deeper insight into the class's structure.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Storage v1 API - Class HmacKeyStates (4.13.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.13.0 (latest)](/dotnet/docs/reference/Google.Cloud.Storage.V1/latest/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.11.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.11.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.10.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.10.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.9.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.9.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.8.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.8.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.7.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.7.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.6.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.6.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.5.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.5.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.4.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.4.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.3.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.3.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.2.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.2.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.1.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.1.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [4.0.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/4.0.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [3.7.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.7.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.6.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.5.0/Google.Cloud.Storage.V1.HmacKeyStates)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Storage.V1/3.4.0/Google.Cloud.Storage.V1.HmacKeyStates) \n\n public static class HmacKeyStates\n\nReference documentation and code samples for the Google Cloud Storage v1 API class HmacKeyStates.\n\nString constants for the names of the storage classes, as used in [State](https://googleapis.dev/dotnet/Google.Apis.Storage.v1/1.69.0.3707/api/Google.Apis.Storage.v1.Data.HmacKeyMetadata.html#Google_Apis_Storage_v1_Data_HmacKeyMetadata_State). \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HmacKeyStates \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Storage.V1](/dotnet/docs/reference/Google.Cloud.Storage.V1/latest/Google.Cloud.Storage.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Storage.V1.dll\n\nFields\n------\n\n### Active\n\n public const string Active = \"ACTIVE\"\n\nThe key is active, and can be used for signing. It cannot be deleted in this state.\n\n### Deleted\n\n public const string Deleted = \"DELETED\"\n\nThe key has been deleted.\n\n### Inactive\n\n public const string Inactive = \"INACTIVE\"\n\nThe key is inactive, and can be used for signing. It can be deleted."]]