public sealed class KmsWrappedCryptoKey : IMessage<KmsWrappedCryptoKey>, IEquatable<KmsWrappedCryptoKey>, IDeepCloneable<KmsWrappedCryptoKey>, IBufferMessage, IMessage
Include to use an existing data crypto key wrapped by KMS.
The wrapped key must be a 128/192/256 bit key.
Authorization requires the following IAM permissions when sending a request
to perform a crypto transformation using a kms-wrapped crypto key:
dlp.kms.encrypt
[[["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-24 UTC."],[[["This webpage details the `KmsWrappedCryptoKey` class, which is used to include an existing data crypto key wrapped by KMS."],["The `KmsWrappedCryptoKey` class is part of the `Google.Cloud.Dlp.V2` namespace, found in the `Google.Cloud.Dlp.V2.dll` assembly."],["The class supports multiple versions, from 2.15.0 to 4.16.0, with 4.16.0 being the latest version."],["The class has two constructors, `KmsWrappedCryptoKey()` and `KmsWrappedCryptoKey(KmsWrappedCryptoKey other)`, and two primary properties, `CryptoKeyName` and `WrappedKey`, that help to define and access the wrapped key."],["Using a KMS-wrapped crypto key requires the `dlp.kms.encrypt` IAM permission to perform a crypto transformation."]]],[]]