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-03-21 UTC."],[[["The webpage provides documentation for the `WrappingPublicKey` class within the `Google.Cloud.Kms.V1` namespace, specifically detailing its structure and functionality across multiple versions."],["The `WrappingPublicKey` class serves as the public key component of a wrapping key, related to the `ImportMethod` in the `ImportJob` class."],["The class is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Pem` property of the `WrappingPublicKey` class is a string that holds the public key encoded in PEM format, as specified by RFC 7468."],["The webpage includes documentation for various versions of the `WrappingPublicKey` class, ranging from the latest 3.16.0 down to 2.2.0, highlighting the different releases available."]]],[]]