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, represents a digital signature and is found within the `Grafeas.V1.dll` assembly."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["There are multiple versions of this library available, with version 3.7.0 being the latest release and version 3.5.0 representing the current page's context, as well as versions ranging from 2.2.0 to 3.6.0 also accessible."],["The `EnvelopeSignature` class has two constructors, one default and another that accepts an `EnvelopeSignature` object for creating a new instance from an existing one, as well as properties for `Keyid` (a string) and `Sig` (a ByteString)."]]],[]]