[]
Defines signature formats supported by GcPdfDocument.
[Obsolete("Use SignatureProperties.SignatureBuilder and Pkcs7SignatureBuilder to define signature properties.")]
public enum SignatureFormat
PKCS7Detached = 0
No data is encapsulated in the PKCS#7 signed-data field. SubFilter value of PDF signature is "adbe.pkcs7.detached".
PKCS7SHA1 = 1
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".