public sealed class WrappingPublicKey : IMessage<ImportJob.Types.WrappingPublicKey>, IEquatable<ImportJob.Types.WrappingPublicKey>, IDeepCloneable<ImportJob.Types.WrappingPublicKey>, IBufferMessage, IMessageThe 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].
Implements
IMessage<ImportJob.Types.WrappingPublicKey>, IEquatable<ImportJob.Types.WrappingPublicKey>, IDeepCloneable<ImportJob.Types.WrappingPublicKey>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
WrappingPublicKey()
public WrappingPublicKey()WrappingPublicKey(ImportJob.Types.WrappingPublicKey)
public WrappingPublicKey(ImportJob.Types.WrappingPublicKey other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportJob.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 | |
|---|---|
| Type | Description |
String |
|