Click or drag to resize

DigitalSignatureFieldGetSignatureName Method

Should not be called when SubFilter is ETSI.RFC3161 (i.e. on a DocTimeStamp). Returns the name of the signer of the signature from the digital signature dictionary. 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 string GetSignatureName()

Return Value

Type: String
A unicode string containing the name of the signer from within the digital signature dictionary. Empty if Name entry not present.
See Also