public sealed class KmsWrappedCryptoKey : IMessage<KmsWrappedCryptoKey>, IEquatable<KmsWrappedCryptoKey>, IDeepCloneable<KmsWrappedCryptoKey>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class KmsWrappedCryptoKey.
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-04-09 UTC."],[[["This webpage provides documentation for the `KmsWrappedCryptoKey` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, detailing its properties, constructors, and inherited members."],["The `KmsWrappedCryptoKey` class is used to integrate an existing data crypto key that is wrapped using Key Management Service (KMS), with key size requirements of 128, 192, or 256 bits."],["Using KMS for cryptographic operations with `KmsWrappedCryptoKey` will incur costs as per the [Cloud KMS pricing](https://cloud.google.com/kms/pricing)."],["The page lists various versions of the `KmsWrappedCryptoKey` class, ranging from version 2.15.0 up to the latest version 4.16.0."],["Using a `KmsWrappedCryptoKey` for a cryptographic operation requires the IAM permission `dlp.kms.encrypt` to authorize any requests."]]],[]]