public sealed class GetPublicKeyRequest : IMessage<GetPublicKeyRequest>, IEquatable<GetPublicKeyRequest>, IDeepCloneable<GetPublicKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class GetPublicKeyRequest.
Request message for
[KeyManagementService.GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
[[["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 `GetPublicKeyRequest` class within the Google Cloud Key Management Service v1 API, specifically for .NET developers."],["The `GetPublicKeyRequest` class is used to request a public key from a `CryptoKeyVersion` and is located in the `Google.Cloud.Kms.V1` namespace."],["The documentation lists multiple versions of the API, from 2.2.0 up to the latest at 3.16.0, allowing users to select the version they need."],["`GetPublicKeyRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `CryptoKeyVersionName` and `Name`, which are essential for specifying the target `CryptoKeyVersion` for which to retrieve the public key."]]],[]]