[]
Defines signature formats supported by GcPdfDocument.
[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
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". |