| SignDocVerificationParameterssetString Method |
Available string parameters are:
- UserAgent The value of the User-Agent header field
sent to CRL and OCSP servers. The default
value is "SignDoc".
- VerificationTime Empty (for the current date and time)
or a string in ISO 8601 format
("yyyy-mm-ddThh:mm:ss", with optional timezone)
specifying the verification date and time.
The default value is empty.
Used only if integer parameter
"VerificationModel" is vm_shell.
This parameteter is not used by
SignDocDocument.addSignature();
that function always use the signing time
as verification time.
Namespace: de.softpro.signdocsdk
public void setString( StringParameter name, string value )