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 latest version of `UnwrappedCryptoKey` is 4.16.0, with several prior versions available, including versions as far back as 2.15.0."],["`UnwrappedCryptoKey` is a class within the `Google.Cloud.Dlp.V2` namespace, designed to work with raw keys."],["It is recommended to use an alternative type of key instead of raw keys with `UnwrappedCryptoKey`, due to potential security risks from key leaks."],["`UnwrappedCryptoKey` inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Key` property of `UnwrappedCryptoKey` is of type `ByteString`, and is used to store a required 128/192/256 bit key."]]],[]]