Class UnwrappedCryptoKey (3.2.0)

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.

Inheritance

Object > UnwrappedCryptoKey

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

UnwrappedCryptoKey()

public UnwrappedCryptoKey()

UnwrappedCryptoKey(UnwrappedCryptoKey)

public UnwrappedCryptoKey(UnwrappedCryptoKey other)
Parameter
NameDescription
otherUnwrappedCryptoKey

Properties

Key

public ByteString Key { get; set; }

Required. A 128/192/256 bit key.

Property Value
TypeDescription
ByteString