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."],[[["This document provides reference documentation for the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["The `UnwrappedCryptoKey` class represents a raw cryptographic key, and the documentation warns about the security risks associated with using raw keys."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The documentation covers the available versions of the `UnwrappedCryptoKey` class ranging from 2.15.0 up to 4.16.0."],["The `UnwrappedCryptoKey` class includes a `Key` property, which requires a 128/192/256 bit key represented as a `ByteString`, and also contains multiple constructors for object creation."]]],[]]