Class SignatureInfo
Provides signature field information.
Inheritance
System.Object
SignatureInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public class SignatureInfo
Constructors
| Name | Description |
|---|---|
| SignatureInfo() | Constructs a new SignatureInfo object with default values. |
| SignatureInfo(DateTimeOffset) | Constructs a new SignatureInfo object with the given dateTimeOffset. |
Properties
| Name | Description |
|---|---|
| ContactInfo | Contact info of the signer. |
| Location | The location of the signature. |
| Name | The name of the signer. |
| Reason | The reason for signing. |
Methods
| Name | Description |
|---|---|
| GetTime() | The optional time of signing. |