Class Digest
A Digest holds a cryptographic message digest.
Implements
Inherited Members
Namespace: Google.Apis.CloudKMS.v1.Data
Assembly: Google.Apis.CloudKMS.v1.dll
Syntax
public class Digest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Sha256
A message digest produced with the SHA-256 algorithm.
Declaration
[JsonProperty("sha256")]
public virtual string Sha256 { get; set; }
Property Value
Type | Description |
---|---|
string |
Sha384
A message digest produced with the SHA-384 algorithm.
Declaration
[JsonProperty("sha384")]
public virtual string Sha384 { get; set; }
Property Value
Type | Description |
---|---|
string |
Sha512
A message digest produced with the SHA-512 algorithm.
Declaration
[JsonProperty("sha512")]
public virtual string Sha512 { get; set; }
Property Value
Type | Description |
---|---|
string |