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.
Implements
IMessage<UnwrappedCryptoKey>, IEquatable<UnwrappedCryptoKey>, IDeepCloneable<UnwrappedCryptoKey>, 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 |