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-, or 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 provides documentation for the `KmsWrappedCryptoKey` class within the Google Cloud Data Loss Prevention (DLP) .NET library, specifically for versions ranging from 2.15.0 to 4.16.0."],["The `KmsWrappedCryptoKey` class is used to implement the usage of an existing data crypto key that is wrapped by Google Cloud KMS."],["Using a KMS-wrapped crypto key requires the `dlp.kms.encrypt` IAM permission, and there are associated costs for cryptographic operations, according to the Google Cloud KMS pricing."],["The class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with core properties such as `CryptoKeyName` and `WrappedKey`."],["The documentation contains links to related information such as creating a wrapped key, the .NET APIs, and also the inherited members."]]],[]]