Class ImportJob.Types.WrappingPublicKey (2.6.0)

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

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(ImportJob.Types.WrappingPublicKey)

public WrappingPublicKey(ImportJob.Types.WrappingPublicKey other)
Parameter
NameDescription
otherImportJob.Types.WrappingPublicKey

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