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()
Public Function GetSubFilter As DigitalSignatureFieldSubFilterType
public:
virtual DigitalSignatureFieldSubFilterType GetSubFilter() sealed
Return Value
Type:
DigitalSignatureFieldSubFilterTypeAn enumeration describing what the SubFilter of the digital signature is from within the digital signature dictionary.
See Also