Show / Hide Table of Contents

Class Digest

A Digest holds a cryptographic message digest.

Inheritance
object
Digest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX