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 latest version of Grafeas.V1 is 3.7.0, while the current documentation focuses on version 3.2.0."],["`EnvelopeSignature` is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EnvelopeSignature` class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `EnvelopeSignature` class includes two constructors, a default one and another that takes an `EnvelopeSignature` object as a parameter."],["This class has two properties: `Keyid` of type `string`, and `Sig` of type `ByteString`."]]],[]]