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 webpage provides documentation for the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `UnwrappedCryptoKey` class represents an unwrapped cryptographic key used within the DLP API, with specific implementations for version 4.12.0, but with various other versions available as well."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are related to message handling, equality comparison, object cloning, and buffered message capabilities."],["The class has properties like `Key`, which is a required 128/192/256 bit key stored as a `ByteString`, and also includes inherited members like `GetHashCode`, `GetType`, and `ToString`."],["Raw key usage is generally not recommended due to security concerns."]]],[]]