Google Cloud Data Loss Prevention v2 API - Class UnwrappedCryptoKey (4.8.0)

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.

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