'Declaration
Public Function SetSignatureTimestampInfo( _ ByVal TSURL As String, _ ByVal TSUsername As String, _ ByVal TSUserpass As String _ ) As GdPictureStatus
public GdPictureStatus SetSignatureTimestampInfo( string TSURL, string TSUsername, string TSUserpass )
public function SetSignatureTimestampInfo( TSURL: String; TSUsername: String; TSUserpass: String ): GdPictureStatus;
public function SetSignatureTimestampInfo( TSURL : String, TSUsername : String, TSUserpass : String ) : GdPictureStatus;
public: GdPictureStatus SetSignatureTimestampInfo( string* TSURL, string* TSUsername, string* TSUserpass )
public: GdPictureStatus SetSignatureTimestampInfo( String^ TSURL, String^ TSUsername, String^ TSUserpass )
Parameters
- TSURL
- The required Time Stamp Server's URL to be used when signing. Supported are TCP and HTTP/HTTPS formatted URLs.
- TSUsername
- The username corresponding with the account created on the specified server, if available. You can use an empty string if you are uncertain.
The parameter is not used when the server's URL is in TCP format.
- TSUserpass
- The password for the corresponding account, if available. You can use an empty string if you are uncertain.
The parameter is not used when the server's URL is in TCP format.
Return Value
We strongly recommend always checking this status first.