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].
Implements
IMessageImportJobTypesWrappingPublicKey, IEquatableImportJobTypesWrappingPublicKey, IDeepCloneableImportJobTypesWrappingPublicKey, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
WrappingPublicKey()
public WrappingPublicKey()
WrappingPublicKey(WrappingPublicKey)
public WrappingPublicKey(ImportJob.Types.WrappingPublicKey other)
Parameter | |
---|---|
Name | Description |
other | ImportJobTypesWrappingPublicKey |
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 |