public sealed class GetCryptoKeyRequest : IMessage<GetCryptoKeyRequest>, IEquatable<GetCryptoKeyRequest>, IDeepCloneable<GetCryptoKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetCryptoKeyRequest.
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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetCryptoKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for the .NET environment."],["The `GetCryptoKeyRequest` class is used to request a specific CryptoKey from the Key Management Service, and it inherits from the `object` class, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetCryptoKeyRequest` class has two constructors, one default and one that takes another `GetCryptoKeyRequest` as a parameter for copying, and it provides two properties: `CryptoKeyName` and `Name`, to manage the key request."],["The documentation provides links to each version of the `GetCryptoKeyRequest` class, with the most recent version being 3.16.0, and it ranges down to version 2.2.0."]]],[]]