Google Cloud Key Management Service v1 API - Class GetPublicKeyRequest (3.10.0)

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].

Inheritance

object > GetPublicKeyRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

GetPublicKeyRequest()

public GetPublicKeyRequest()

GetPublicKeyRequest(GetPublicKeyRequest)

public GetPublicKeyRequest(GetPublicKeyRequest other)
Parameter
NameDescription
otherGetPublicKeyRequest

Properties

CryptoKeyVersionName

public CryptoKeyVersionName CryptoKeyVersionName { get; set; }

CryptoKeyVersionName-typed view over the Name resource name property.

Property Value
TypeDescription
CryptoKeyVersionName

Name

public string Name { get; set; }

Required. The [name][google.cloud.kms.v1.CryptoKeyVersion.name] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] public key to get.

Property Value
TypeDescription
string