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 documentation page covers the `UnwrappedCryptoKey` class within the Google Cloud Data Loss Prevention v2 API, specifically for version 4.11.0."],["`UnwrappedCryptoKey` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has methods such as `GetHashCode()`, `GetType()`, and `ToString()`, which are inherited from the parent object."],["The class provides two constructors: a default constructor and a copy constructor that takes another `UnwrappedCryptoKey` instance as a parameter."],["The `UnwrappedCryptoKey` class features a `Key` property of type `ByteString`, which is required and represents a 128/192/256-bit key."]]],[]]