Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureFormat Enumeration

In This Topic
    SignatureFormat Enumeration
    In This Topic
    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