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 used within the Google Cloud Data Loss Prevention (DLP) library and has several versions, from 2.15.0 to the latest 4.16.0."],["`UnwrappedCryptoKey` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based data and deep cloning."],["This class has a constructor that allows for the creation of a new instance or a copy of another `UnwrappedCryptoKey` instance."],["It inherits members from `System.Object` including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class uses a `ByteString` property named `Key`, representing a 128/192/256 bit cryptographic key, although the documentation warns of the security risks that using raw keys entail."]]],[]]