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.
Implements
IMessageUnwrappedCryptoKey, IEquatableUnwrappedCryptoKey, IDeepCloneableUnwrappedCryptoKey, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
UnwrappedCryptoKey()
public UnwrappedCryptoKey()
UnwrappedCryptoKey(UnwrappedCryptoKey)
public UnwrappedCryptoKey(UnwrappedCryptoKey other)
Parameter | |
---|---|
Name | Description |
other |
UnwrappedCryptoKey |
Properties
Key
public ByteString Key { get; set; }
Required. A 128/192/256 bit key.
Property Value | |
---|---|
Type | Description |
ByteString |