TimestampingConfigurationSetTimestampAuthorityServerURL Method |
Setter to change the timestamp authority (TSA) URL to use during timestamping.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetTimestampAuthorityServerURL(
string in_url
)
Public Sub SetTimestampAuthorityServerURL (
in_url As String
)
public:
virtual void SetTimestampAuthorityServerURL(
[InAttribute] String^ in_url
) sealed
function SetTimestampAuthorityServerURL(in_url);
Parameters
- in_url
- Type: SystemString
a string representing a URL of a timestamp authority.
See Also