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-03-24 UTC."],[[["This documentation page covers the `KmsWrappedCryptoKey` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, detailing its use in handling data encryption keys wrapped by KMS."],["The `KmsWrappedCryptoKey` class facilitates the use of existing 128-, 192-, or 256-bit data crypto keys wrapped by Google Cloud KMS, which needs the `dlp.kms.encrypt` IAM permission for cryptographic transformations."],["The latest version available for this class is 4.16.0, and the documentation provides links to versions ranging from 2.15.0 to 4.16.0 of this class."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and defines two main properties, `CryptoKeyName` and `WrappedKey`, for configuration."],["Using Cloud KMS for cryptographic operations will incur applicable charges, detailed in the Cloud KMS pricing documentation."]]],[]]