Class SignatureField
Represent a signature field.
Implements
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 SignatureField : Field, IField
Properties
Name | Description |
---|---|
ContentDigest | For testing. |
SignatureInfo | Contains information on the signature field. |
Methods
Name | Description |
---|---|
GetSignatureAsync() | Retrieves an existing signature. |
PrepareSignatureAsync(SignatureInfo, Byte[], HashAlgorithmName, Int32) | Prepares a new signature. This may add a new signature field to the document. |
PrepareSignatureAsync(SignatureInfo, Bitmap, HashAlgorithmName, Int32) | Prepares a new signature. This may add a new signature field to the document. |
SignDetachedAsync(SignedCms) | Performs the signature. This embeds the CMS-SignedData (PKCS-7 container) into the <Content> entry of the signature field dictionary |