DigitalSignatureFieldSetLocation Method |
Should not be called when SubFilter is ETSI.RFC3161 (i.e. on a DocTimeStamp). Sets the Location entry in the digital signature dictionary. Must create a digital signature dictionary first using [Certify/Sign]OnNextSave[WithCustomHandler]. If this function is called on a digital signature field that has already been cryptographically signed with a valid hash, the hash will no longer be valid, so do not call Save (to sign/create the hash) until after you call this function, if you need to call this function in the first place. Essentially, call this function after [Certify/Sign]OnNextSave[WithCustomHandler] and before Save.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetLocation(
string in_location
)
Public Sub SetLocation (
in_location As String
)
public:
virtual void SetLocation(
[InAttribute] String^ in_location
) sealed
function SetLocation(in_location);
Parameters
- in_location
- Type: SystemString
A string containing the Location to be set.
See Also