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 details the `GetCryptoKeyRequest` class, which is a request message for the `KeyManagementService.GetCryptoKey` in version 2.2.0 of the Google Cloud KMS .NET library."],["The `GetCryptoKeyRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, one default and another that accepts another `GetCryptoKeyRequest` instance as a parameter."],["The class has two properties: `CryptoKeyName`, a typed view over the resource name, and `Name`, which is the required name of the CryptoKey to get."],["This page also lists various versions from 3.16.0 to 2.2.0, linking to their respective `GetCryptoKeyRequest` documentation pages."]]],[]]