[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe latest version of the Grafeas V1 API class Digest is 3.7.0, with documentation available at the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation provides reference information and code samples for the Grafeas V1 API class Digest, which is used for digest information.\u003c/p\u003e\n"],["\u003cp\u003eThe Digest class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe Digest class includes two constructors, \u003ccode\u003eDigest()\u003c/code\u003e and \u003ccode\u003eDigest(Digest other)\u003c/code\u003e, where \u003ccode\u003eother\u003c/code\u003e is of the type \u003ccode\u003eDigest\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDigest\u003c/code\u003e class contains two main properties, \u003ccode\u003eAlgo\u003c/code\u003e of type string for representing algorithms such as SHA1 and \u003ccode\u003eDigestBytes\u003c/code\u003e of type \u003ccode\u003eByteString\u003c/code\u003e for representing the digest values.\u003c/p\u003e\n"]]],[],null,["# Grafeas v1 API - Class Digest (3.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.10.0 (latest)](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Digest)\n- [3.8.0](/dotnet/docs/reference/Grafeas.V1/3.8.0/Grafeas.V1.Digest)\n- [3.7.0](/dotnet/docs/reference/Grafeas.V1/3.7.0/Grafeas.V1.Digest)\n- [3.6.0](/dotnet/docs/reference/Grafeas.V1/3.6.0/Grafeas.V1.Digest)\n- [3.5.0](/dotnet/docs/reference/Grafeas.V1/3.5.0/Grafeas.V1.Digest)\n- [3.4.0](/dotnet/docs/reference/Grafeas.V1/3.4.0/Grafeas.V1.Digest)\n- [3.3.0](/dotnet/docs/reference/Grafeas.V1/3.3.0/Grafeas.V1.Digest)\n- [3.2.0](/dotnet/docs/reference/Grafeas.V1/3.2.0/Grafeas.V1.Digest)\n- [3.1.0](/dotnet/docs/reference/Grafeas.V1/3.1.0/Grafeas.V1.Digest)\n- [3.0.0](/dotnet/docs/reference/Grafeas.V1/3.0.0/Grafeas.V1.Digest)\n- [2.4.0](/dotnet/docs/reference/Grafeas.V1/2.4.0/Grafeas.V1.Digest)\n- [2.3.0](/dotnet/docs/reference/Grafeas.V1/2.3.0/Grafeas.V1.Digest)\n- [2.2.0](/dotnet/docs/reference/Grafeas.V1/2.2.0/Grafeas.V1.Digest) \n\n public sealed class Digest : IMessage\u003cDigest\u003e, IEquatable\u003cDigest\u003e, IDeepCloneable\u003cDigest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Grafeas v1 API class Digest.\n\nDigest information. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Digest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Digest](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Digest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Digest](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Digest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Digest](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1.Digest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Grafeas.V1](/dotnet/docs/reference/Grafeas.V1/latest/Grafeas.V1)\n\nAssembly\n--------\n\nGrafeas.V1.dll\n\nConstructors\n------------\n\n### Digest()\n\n public Digest()\n\n### Digest(Digest)\n\n public Digest(Digest other)\n\nProperties\n----------\n\n### Algo\n\n public string Algo { get; set; }\n\n`SHA1`, `SHA512` etc.\n\n### DigestBytes\n\n public ByteString DigestBytes { get; set; }\n\nValue of the digest."]]