Class Object.CustomerEncryptionData
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
Inherited Members
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 |