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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `WrappingPublicKey` class, a component of the wrapping key within the `Google.Cloud.Kms.V1` namespace, used in Google Cloud Key Management Service."],["The latest version documented is 3.16.0, while the earliest included here is 2.2.0, and various versions between are listed with links for more details."],["The `WrappingPublicKey` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["Key properties of the class include the `Pem` property, which represents the public key in PEM format, as detailed in RFC 7468, and is a string value."],["The class has two constructors, a default one `WrappingPublicKey()` and another that takes another instance of `ImportJob.Types.WrappingPublicKey`, used to create copies."]]],[]]