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-03-24 UTC."],[[["The latest version available for the `UnwrappedCryptoKey` class is 4.16.0, with multiple previous versions also documented, ranging back to version 2.15.0."],["The `UnwrappedCryptoKey` class, part of the Google Cloud Data Loss Prevention v2 API, is designed to manage cryptographic keys."],["Using raw keys, like the ones associated with `UnwrappedCryptoKey`, carries security risks, therefore alternative key types are recommended if possible."],["`UnwrappedCryptoKey` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and it inherits from the `object` class."],["The class features a `Key` property of type `ByteString`, requiring a 128/192/256 bit key to be set."]]],[]]