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 documentation covers the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention v2 API for .NET, with the latest version being 4.16.0."],["The `UnwrappedCryptoKey` class is used for handling raw cryptographic keys, although it's advised to use other key types when possible due to the security risks associated with potential key leakage."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and usability."],["The documentation contains a list of multiple versions of the class, from 2.15.0 to the latest 4.16.0."],["The `UnwrappedCryptoKey` class has properties such as `Key` which is required and is a 128/192/256 bit key, represented as a `ByteString`."]]],[]]