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 a range of versions available for reference, starting from 2.15.0 up to the most recent version."],["The `UnwrappedCryptoKey` class is part of the Google Cloud Data Loss Prevention v2 API and is found within the `Google.Cloud.Dlp.V2` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["Using raw keys with the `UnwrappedCryptoKey` class is considered a security risk, so alternative key types are advised when possible."],["The `UnwrappedCryptoKey` class has two constructors, a default one and one that takes another `UnwrappedCryptoKey` as a parameter, and it also contains the `Key` property, which stores a required 128/192/256 bit key as a `ByteString`."]]],[]]