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 provided content is reference documentation for the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention v2 API, specifically version 4.10.0."],["`UnwrappedCryptoKey` is a class for managing cryptographic keys and is part of the `Google.Cloud.Dlp.V2` namespace, implemented across multiple versions, with 4.16.0 being the latest."],["Using raw keys with `UnwrappedCryptoKey` is discouraged due to potential security risks, and users are advised to consider alternative key types."],["The `UnwrappedCryptoKey` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains a single property, `Key`, which requires a 128, 192, or 256-bit key represented as a `ByteString`."]]],[]]