Grafeas v1 API - Class Hash (3.6.0)

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

Reference documentation and code samples for the Grafeas v1 API class Hash.

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