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."],[[["The documentation pertains to the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention v2 API, specifically focusing on version 2.15.0, with links for versions ranging from 2.15.0 all the way up to 4.16.0."],["The `UnwrappedCryptoKey` class is a sealed class implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to protocol buffer message handling and object manipulation."],["The `UnwrappedCryptoKey` class has a critical security warning, advising users that utilizing raw keys poses security risks and that alternative key types should be considered whenever possible."],["This class is found within the `Google.Cloud.Dlp.V2` namespace, is part of the `Google.Cloud.Dlp.V2.dll` assembly, and it includes methods related to the manipulation of keys, such as a constructor, and a required property called `Key`."],["`UnwrappedCryptoKey` has an inheretence from `object`, and a `Key` property that is a required 128/192/256 bit `ByteString`."]]],[]]