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, is currently documented under version 3.6.0, but version 3.7.0 is the latest version."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It contains two constructors: a default constructor `EnvelopeSignature()` and another that accepts an `EnvelopeSignature` object as a parameter."],["The `EnvelopeSignature` class includes two properties: `Keyid` (a string) and `Sig` (a `ByteString`), with associated getters and setters."],["The Grafeas.V1.dll assembly contains this class."]]],[]]