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

In This Topic
    Pkcs7SignatureBuilder.SignatureFormat Enumeration
    In This Topic
    Defines the supported signature formats.
    Syntax
    'Declaration
     
    Public Enum Pkcs7SignatureBuilder.SignatureFormat 
       Inherits System.Enum
    public enum Pkcs7SignatureBuilder.SignatureFormat : System.Enum 
    Members
    MemberDescription
    adbe_pkcs7_detachedThe original signed message digest over the document’s byte range shall be incorporated as the normal CMS SignedData field. No data shall be encapsulated in the CMS SignedData field.
    adbe_pkcs7_sha1The SHA1 digest of the document’s byte range shall be encapsulated in the CMS SignedData field with ContentInfo of type Data. The digest of that SignedData shall be incorporated as the normal CMS digest. Note! This format has been deprecated with PDF 2.0.
    ETSI_CAdES_detachedThis format should be used to create PAdES signatures.
    Inheritance Hierarchy

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

    See Also