![]() |
|
SignDoc SDK (.NET with exceptions)
5.0.0
|
Parameters for SignDocSignatureData.checkReference() and SignDocSignatureData.checkSignature(). More...
Public Member Functions | |
| ~SignDocCheckSignatureParameters () | |
| Destructor. More... | |
| !SignDocCheckSignatureParameters () | |
| Finalizer. More... | |
| SignDocCheckSignatureParameters () | |
| Constructor. More... | |
| SignDocCheckSignatureParameters (SignDocCheckSignatureParameters aSource) | |
| Copy constructor. More... | |
| void | clear () |
| Unset all parameters. More... | |
| void | setBoolean (string aName, bool aValue) |
| Set a boolean parameter. More... | |
| void | setInteger (string aName, int aValue) |
| Set an integer parameter. More... | |
| bool? | getBoolean (string aName) |
| Get the value of a boolean parameter. More... | |
| int? | getInteger (string aName) |
| Get the value of an integer parameter. More... | |
| string | getErrorMessage () |
| Get an error message for the last function call. More... | |
Static Public Member Functions | |
| static CheckSignatureParameterType | getType (string aName) |
| Get the type of a parameter. More... | |
Parameters for SignDocSignatureData.checkReference() and SignDocSignatureData.checkSignature().
Destructor.
Finalizer.
Constructor.
No parameters will be set.
Copy constructor.
| [in] | aSource | The object to be copied. |
| void clear | ( | ) |
Unset all parameters.
After calling this function no parameters will be set.
| bool? getBoolean | ( | string | aName | ) |
Get the value of a boolean parameter.
This function does not set an error message.
| [in] | aName | The name of the parameter (case-sensitive). |
| string getErrorMessage | ( | ) |
Get an error message for the last function call.
| int? getInteger | ( | string | aName | ) |
Get the value of an integer parameter.
This function does not set an error message.
| [in] | aName | The name of the parameter (case-sensitive). |
|
static |
Get the type of a parameter.
| [in] | aName | The name of the parameter (case-sensitive). |
| void setBoolean | ( | string | aName, |
| bool | aValue | ||
| ) |
Set a boolean parameter.
The following boolean parameter is available for use with SignDocSignatureData.checkReference():
| [in] | aName | The name of the parameter (case-sensitive). |
| [in] | aValue | The value of the parameter. |
| void setInteger | ( | string | aName, |
| int | aValue | ||
| ) |
Set an integer parameter.
The following integer parameters are available for use with SignDocSignatureData.checkReference():
The following integer parameters will be used by SignDocSignatureData.checkReference() if the value of boolean parameter "ReferenceCheckSignatures" is true and (unconditionally) by SignDocSignatureData.checkSignature():
| [in] | aName | The name of the parameter (case-sensitive). |
| [in] | aValue | The value of the parameter. |