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-03-24 UTC."],[[["The `UnwrappedCryptoKey` class, part of the `Google.Cloud.Dlp.V2` namespace, is available in multiple versions, with the latest being 4.16.0 and going down to 2.15.0."],["`UnwrappedCryptoKey` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to handling protobuf messages."],["The class has a property called `Key` of type `ByteString` which represents a required 128/192/256 bit encryption key, and it can be constructed either empty or as a copy of another instance of this same class."],["It is advised that using raw keys are prone to security issues and that other key types should be used if possible."]]],[]]