ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The SignatureMode property gets and sets the signature options of a Signature control in a report.
Remark: This property corresponds to the "Signature mode" option in the "General" tab of the Signature control description window. This control is only available in a report.
Example
IF SIG_MySignature.SignatureMode = iSignature_PKCS7 THEN
bChorusMode = False
END
Syntax

Finding out the signature mode of a Signature control Hide the details

<Result> = <Signature control>.SignatureMode
<Result>: Integer constant
Signature mode of the specified control. The possible values are:
iSignature_CAdES_BCAdES Basic electronic signature.
iSignature_CAdES_CCAdES C electronic signature.
iSignature_CAdES_TCAdES Trust token electronic signature.
iSignature_CAdES_XCAdES-X Type 2 electronic signature.
iSignature_CAdES_XLCAdES-XL Type 2 electronic signature.
iSignature_PKCS7PKCS7 signature. This is an Adobe standard format not approved by the ETSI and Chorus standards.

Reminder: CAdES (CMS Advanced Electronic Signature) is a standard that allows "wrapped" or "detached" signatures.
<Signature control>: Control name
Name of Signature control to use.

Modifying the signature mode of a Signature control Hide the details

<Signature control>.SignatureMode = <New signature mode>
<Signature control>: Control name
Name of Signature control to use.
<New signature mode>: Integer constant
New signature mode of the specified control. The possible values are:
iSignature_CAdES_BCAdES Basic electronic signature.
iSignature_CAdES_CCAdES C electronic signature.
iSignature_CAdES_TCAdES Trust token electronic signature.
iSignature_CAdES_XCAdES-X Type 2 electronic signature.
iSignature_CAdES_XLCAdES-XL Type 2 electronic signature.
iSignature_PKCS7PKCS7 signature. This is an Adobe standard format not approved by the ETSI and Chorus standards.

Reminder: CAdES (CMS Advanced Electronic Signature) is a standard that allows "wrapped" or "detached" signatures.
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/04/2024

Send a report | Local help