[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.SignatureFormat

SignatureFormat Enum

Defines signature formats supported by GcPdfDocument.

Namespace: GrapeCity.Documents.Pdf
Assembly: DS.Documents.Pdf.dll
Syntax
[Obsolete("Use SignatureProperties.SignatureBuilder and Pkcs7SignatureBuilder to define signature properties.")]
public enum SignatureFormat
<Obsolete("Use SignatureProperties.SignatureBuilder and Pkcs7SignatureBuilder to define signature properties.")>
Public Enum SignatureFormat

Fields

Name Description
PKCS7Detached

No data is encapsulated in the PKCS#7 signed-data field. SubFilter value of PDF signature is "adbe.pkcs7.detached".

PKCS7SHA1

The 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".