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."],[[["This page provides documentation for the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET, with the current version being 4.14.0, however it also includes documentation for the latest version 4.16.0."],["The `UnwrappedCryptoKey` class is used for handling encryption keys, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Using raw keys, as implemented in `UnwrappedCryptoKey` is a security risk, therefore an alternative key is recommended if possible."],["The `UnwrappedCryptoKey` class includes a constructor for creating instances, both with and without providing an existing `UnwrappedCryptoKey`, and a property `Key` of type `ByteString` to define the cryptographic key, which must be 128, 192, or 256 bits in length."]]],[]]