DigitalSignatureFieldGetContactInfo Method |
Should not be called when SubFilter is ETSI.RFC3161 (i.e. on a DocTimeStamp). Returns the contact information of the signer 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 GetContactInfo()
Public Function GetContactInfo As String
public:
virtual String^ GetContactInfo() sealed
function GetContactInfo();
Return Value
Type:
StringA unicode string containing the contact information of the signer from within the digital signature dictionary. Empty if ContactInfo entry not present.
See Also