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 page provides reference documentation for the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `UnwrappedCryptoKey` class represents a type of cryptographic key used in the DLP API, but using raw keys should be avoided due to potential security issues."],["The documentation covers various versions of the `UnwrappedCryptoKey` class, ranging from version 2.15.0 up to the latest 4.16.0, with a list of specific historical releases accessible."],["The documentation details the `UnwrappedCryptoKey` class's properties, including the required `Key` property of type `ByteString`."],["The class implements several interfaces such as IMessage, IEquatable, IDeepCloneable and IBufferMessage."]]],[]]