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 pertains to the `WrappingPublicKey` class within the `Google.Cloud.Kms.V1` namespace, specifically version 2.7.0, with links to versions ranging from 2.2.0 to 3.16.0."],["`WrappingPublicKey` is a sealed class used for representing the public key component of a wrapping key, and is used for encryption purposes."],["The `WrappingPublicKey` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it's part of a larger messaging system."],["The class has two constructors: a default constructor `WrappingPublicKey()` and another `WrappingPublicKey(ImportJob.Types.WrappingPublicKey other)` which takes an instance of the same class as a parameter."],["It provides a `Pem` property, which is a string that contains the public key encoded in PEM format, as detailed in RFC 7468."]]],[]]