public sealed class UnwrappedCryptoKey : IMessage<UnwrappedCryptoKey>, IEquatable<UnwrappedCryptoKey>, IDeepCloneable<UnwrappedCryptoKey>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUnwrappedCryptoKey\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, is used within the Google Cloud Data Loss Prevention (DLP) library and has several versions, from 2.15.0 to the latest 4.16.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUnwrappedCryptoKey\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role in handling message-based data and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eThis class has a constructor that allows for the creation of a new instance or a copy of another \u003ccode\u003eUnwrappedCryptoKey\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits members from \u003ccode\u003eSystem.Object\u003c/code\u003e including \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class uses a \u003ccode\u003eByteString\u003c/code\u003e property named \u003ccode\u003eKey\u003c/code\u003e, representing a 128/192/256 bit cryptographic key, although the documentation warns of the security risks that using raw keys entail.\u003c/p\u003e\n"]]],[],null,[]]