Click or drag to resize

DigitalSignatureFieldGetSubFilter Method

Returns the SubFilter type of the digital signature. Specification says that one must check the SubFilter before using various getters. Must call HasCryptographicSignature first and use it to check whether the signature is signed.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public DigitalSignatureFieldSubFilterType GetSubFilter()

Return Value

Type: DigitalSignatureFieldSubFilterType
An enumeration describing what the SubFilter of the digital signature is from within the digital signature dictionary.
See Also