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 found in the `Grafeas.V1.dll` assembly and serves as a component within the .NET environment, and version 3.3.0 is the selected version."],["This class inherits from `object` and implements several interfaces: `IMessage`, `IEquatable\u003cEnvelopeSignature\u003e`, `IDeepCloneable\u003cEnvelopeSignature\u003e`, and `IBufferMessage`."],["`EnvelopeSignature` has two constructors: a default constructor and one that accepts another `EnvelopeSignature` object as a parameter for copying."],["The class has two properties: `Keyid`, a string, and `Sig`, a `ByteString`, both of which have `get` and `set` accessors, indicating they store and retrieve data."],["The content provided spans across a variety of versions, from 3.7.0 (latest) down to 2.2.0, for the `EnvelopeSignature` class."]]],[]]