Grafeas v1 API - Class Hash (3.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class Hash : IMessage<Hash>, IEquatable<Hash>, IDeepCloneable<Hash>, IBufferMessage, IMessageReference documentation and code samples for the Grafeas v1 API class Hash.
Container message for hash values.
Namespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
Hash()
public Hash()Hash(Hash)
public Hash(Hash other)| Parameter | |
|---|---|
| Name | Description |
other |
Hash |
Properties
Type
public string Type { get; set; }Required. The type of hash that was performed, e.g. "SHA-256".
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public ByteString Value { get; set; }Required. The hash value.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|