public sealed class UnwrappedCryptoKey : IMessage<UnwrappedCryptoKey>, IEquatable<UnwrappedCryptoKey>, IDeepCloneable<UnwrappedCryptoKey>, IBufferMessage, IMessage
Using raw keys is prone to security risks due to accidentally
leaking the key. Choose another type of key if possible.
[[["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 page details the `UnwrappedCryptoKey` class within the `Google.Cloud.Dlp.V2` namespace, presenting various versions of the .NET library from 2.15.0 up to the latest 4.16.0."],["The `UnwrappedCryptoKey` class, part of Google's Data Loss Prevention (DLP) library, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Using raw keys with `UnwrappedCryptoKey` is cautioned against due to security risks associated with potential key leakage, recommending alternative key types when possible."],["The `UnwrappedCryptoKey` class has two constructors: a default constructor, and a copy constructor which takes another `UnwrappedCryptoKey` object."],["The class contains a `Key` property, which requires a 128/192/256 bit key as a `ByteString`, representing the core cryptographic key data."]]],[]]