public sealed class CryptoKey : IMessage<CryptoKey>, IEquatable<CryptoKey>, IDeepCloneable<CryptoKey>, IBufferMessage, IMessage
This is a data encryption key (DEK) (as opposed to
a key encryption key (KEK) stored by Cloud Key Management Service
(Cloud KMS).
When using Cloud KMS to wrap or unwrap a DEK, be sure to set an appropriate
IAM policy on the KEK to ensure an attacker cannot
unwrap the DEK.
[[["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-02 UTC."],[[["This page details the `CryptoKey` class within the `Google.Cloud.Dlp.V2` namespace, focusing on data encryption keys (DEKs) used in the Google Cloud Data Loss Prevention (DLP) API."],["The `CryptoKey` class can represent various types of keys, including `KmsWrappedCryptoKey`, `TransientCryptoKey`, and `UnwrappedCryptoKey`, offering flexibility in key management."],["The `CryptoKey` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to handle serialization, equality checks, deep cloning, and buffer message manipulation."],["This page lists available versions for `CryptoKey` starting from version 2.15.0 up until the latest 4.16.0, with links provided for each version's specific documentation."],["The page lists two constructors for the CryptoKey class, one empty and the other takes another CryptoKey object as a parameter."]]],[]]