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()
Public Function GetSignatureName As String
public:
virtual String^ GetSignatureName() sealed
function GetSignatureName();
Return Value
Type:
StringA unicode string containing the name of the signer from within the digital signature dictionary. Empty if Name entry not present.
See Also