public sealed class EnvelopeSignature : IMessage<EnvelopeSignature>, IEquatable<EnvelopeSignature>, IDeepCloneable<EnvelopeSignature>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `EnvelopeSignature` class, part of the Grafeas.V1 namespace in the Grafeas.V1.dll assembly, represents a signature envelope within the Grafeas system."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for comprehensive functionality."],["`EnvelopeSignature` provides two constructors: a default constructor and one that takes another `EnvelopeSignature` object for copying."],["It includes two key properties: `Keyid` (a string) and `Sig` (a `ByteString`), representing the signature's key identifier and the signature itself, respectively."],["There is a documented list of different versions of this class, ranging from 2.2.0 up to 3.7.0, with the later being the latest version."]]],[]]