Class Hash (2.3.0)

public sealed class Hash : IMessage<Hash>, IEquatable<Hash>, IDeepCloneable<Hash>, IBufferMessage, IMessage

Container message for hash values.

Inheritance

Object > Hash

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Hash()

public Hash()

Hash(Hash)

public Hash(Hash other)
Parameter
NameDescription
otherHash

Properties

Type

public string Type { get; set; }

Required. The type of hash that was performed, e.g. "SHA-256".

Property Value
TypeDescription
String

Value

public ByteString Value { get; set; }

Required. The hash value.

Property Value
TypeDescription
ByteString