Google Cloud Key Management Service v1 API - Class ImportJob.Types.WrappingPublicKey (3.25.0)

public sealed class ImportJob.Types.WrappingPublicKey : IMessage<ImportJob.Types.WrappingPublicKey>, IEquatable<ImportJob.Types.WrappingPublicKey>, IDeepCloneable<ImportJob.Types.WrappingPublicKey>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ImportJob.Types.WrappingPublicKey.

The public key component of the wrapping key. For details of the type of key this public key corresponds to, see the [ImportMethod][google.cloud.kms.v1.ImportJob.ImportMethod].

Inheritance

object > ImportJob.Types.WrappingPublicKey

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

WrappingPublicKey()

public WrappingPublicKey()

WrappingPublicKey(WrappingPublicKey)

public WrappingPublicKey(ImportJob.Types.WrappingPublicKey other)
Parameter
Name Description
other ImportJobTypesWrappingPublicKey

Properties

Data

public ByteString Data { get; set; }

Output only. Contains the public key, formatted according to the [PublicKey.PublicKeyFormat][google.cloud.kms.v1.PublicKey.PublicKeyFormat] specified in the [KeyManagementService.GetImportJob][google.cloud.kms.v1.KeyManagementService.GetImportJob] request.

Property Value
Type Description
ByteString

Pem

public string Pem { get; set; }

The public key, encoded in PEM format. For more information, see the RFC 7468 sections for General Considerations and Textual Encoding of Subject Public Key Info. This field gets populated by default for RSA-based import methods, if no public_key_format is specified in the request. If you want to retrieve the wrapping key of an [ImportJob][google.cloud.kms.v1.ImportJob] in some other format, use [KeyManagementService.GetImportJob][google.cloud.kms.v1.KeyManagementService.GetImportJob] and set the public_key_format to the desired public key format.

Property Value
Type Description
string