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"]],[["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-04-17 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."]]],[]]