public sealed class UnwrappedCryptoKey : IMessage<UnwrappedCryptoKey>, IEquatable<UnwrappedCryptoKey>, IDeepCloneable<UnwrappedCryptoKey>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class UnwrappedCryptoKey.
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."],[[["The latest version of the Google Cloud Data Loss Prevention v2 API documentation for `UnwrappedCryptoKey` is 4.16.0, with a range of previous versions available down to 2.15.0."],["`UnwrappedCryptoKey` is a class in the `Google.Cloud.Dlp.V2` namespace, designed for the Google Cloud Data Loss Prevention v2 API, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Using raw keys within `UnwrappedCryptoKey` is discouraged due to potential security risks, as it can lead to accidental key leaks."],["The `UnwrappedCryptoKey` class has a `Key` property of type `ByteString`, which represents a required 128/192/256-bit key."],["The class also contains the public constructors `UnwrappedCryptoKey()` and `UnwrappedCryptoKey(UnwrappedCryptoKey other)`."]]],[]]