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].
[[["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."],[[["This webpage provides documentation for the `ImportJob.Types.WrappingPublicKey` class within the Google Cloud Key Management Service v1 API."],["The content includes a version history, showing available versions from 2.2.0 up to the latest version 3.16.0, with links to each version's specific documentation."],["The `WrappingPublicKey` class represents the public key component of a wrapping key, as part of the key management process, and its key type is related to the `ImportMethod`."],["The class is in the `Google.Cloud.Kms.V1` namespace and implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, allowing it to be used in Google Cloud."],["It has two constructors, a default one and one that takes another `WrappingPublicKey` object as a parameter, and it contains a `Pem` property to store the public key in PEM format."]]],[]]