Google Cloud Key Management Service v1 API - Class ImportJob.Types.WrappingPublicKey (3.10.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
NameDescription
otherImportJobTypesWrappingPublicKey

Properties

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.

Property Value
TypeDescription
string