Show / Hide Table of Contents

Class Object.CustomerEncryptionData

Metadata of customer-supplied encryption key, if the object is encrypted by such a key.

Inheritance
object
Object.CustomerEncryptionData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Object.CustomerEncryptionData

Properties

EncryptionAlgorithm

The encryption algorithm.

Declaration
[JsonProperty("encryptionAlgorithm")]
public virtual string EncryptionAlgorithm { get; set; }
Property Value
Type Description
string

KeySha256

SHA256 hash value of the encryption key.

Declaration
[JsonProperty("keySha256")]
public virtual string KeySha256 { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX