Documents for PDF, .NET Edition Documentation
SignatureFormat Enumeration

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : SignatureFormat Enumeration
Defines signature formats supported by GcPdfDocument.
Syntax
'Declaration
 
Public Enum SignatureFormat 
   Inherits System.Enum
public enum SignatureFormat : System.Enum 
Members
MemberDescription
PKCS7DetachedNo data is encapsulated in the PKCS#7 signed-data field. SubFilter value of PDF signature is "adbe.pkcs7.detached".
PKCS7SHA1The SHA1 digest of the byte range is encapsulated in the PKCS#7 signed-data field with ContentInfo of type Data. SubFilter value of PDF signature is "adbe.pkcs7.sha1".
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Pdf.SignatureFormat

See Also

Reference

GrapeCity.Documents.Pdf Namespace