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 in the `Google.Cloud.Dlp.V2` namespace represents a cryptographic key that can be used directly."],["The latest version of `UnwrappedCryptoKey` is 4.16.0, with older versions ranging back to 2.15.0, and these versions are accessible via links."],["This key is associated with potential security risks due to the possibility of accidental leakage when using it directly, with documentation recommending using other key types."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It includes a `Key` property, which is a required `ByteString` representing a 128/192/256 bit key, and two constructors, one default and another taking another `UnwrappedCryptoKey` instance as a parameter."]]],[]]