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 `UnwrappedCryptoKey` class is part of the Google Cloud Data Loss Prevention v2 API, and it is used for handling raw cryptographic keys."],["Version 4.16.0 is the latest available version of the Google Cloud DLP v2 API `UnwrappedCryptoKey`, with the documentation listing versions as old as 2.15.0."],["The documentation provides details on the `UnwrappedCryptoKey` class's constructors, properties, as well as its inheritance and implemented interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UnwrappedCryptoKey` class has a `Key` property of type `ByteString` which is a required 128/192/256 bit key, however it's noted that using raw keys is susceptible to security risks."]]],[]]