public sealed class GetCryptoKeyRequest : IMessage<GetCryptoKeyRequest>, IEquatable<GetCryptoKeyRequest>, IDeepCloneable<GetCryptoKeyRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetCryptoKey][google.cloud.kms.v1.KeyManagementService.GetCryptoKey].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `GetCryptoKeyRequest` class within the `Google.Cloud.Kms.V1` namespace, specifically for version 2.5.0, which is used to request information about a cryptographic key."],["The `GetCryptoKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protocol Buffers and other related systems."],["The class has two constructors, one default and another that takes a `GetCryptoKeyRequest` object as a parameter to create a copy, and also includes properties to set the `CryptoKeyName` and the `Name` of the key to be retrieved."],["The page lists the current version, 3.16.0 (latest), and all previous versions down to 2.2.0, for the purpose of seeing documentation from any of those specified versions."],["The documentation for `GetCryptoKeyRequest` is found within the `Google.Cloud.Kms.V1.dll` assembly, and it inherits common methods from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]