Click or drag to resize
SignDocVerificationParameterssetString Method
Set a string parameter.
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
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setString(
	StringParameter name,
	string value
)

Parameters

name
Type: de.softpro.signdocsdk.Enums.EVerificationParametersStringParameter
The name of the parameter (case-sensitive).
value
Type: SystemString
The value of the parameter.

Return Value

Type: 
#rc_ok if successful.
See Also