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."],[[["The content details the `WrappingPublicKey` class, which is a component of the wrapping key used in `ImportJob` within the `Google.Cloud.Kms.V1` namespace."],["It outlines the available versions of this class, ranging from version 2.2.0 to the latest version, 3.16.0, with links to their respective documentation."],["The `WrappingPublicKey` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and comparison."],["The class includes a constructor and a `Pem` property, which represents the public key encoded in PEM format as described by RFC 7468."]]],[]]