|
|
|
|
|
SignatureMode (Property) In french: ModeSignature
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. 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_B | CAdES Basic electronic signature. | iSignature_CAdES_C | CAdES C electronic signature. | iSignature_CAdES_T | CAdES Trust token electronic signature. | iSignature_CAdES_X | CAdES-X Type 2 electronic signature. | iSignature_CAdES_XL | CAdES-XL Type 2 electronic signature. | iSignature_PKCS7 | PKCS7 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_B | CAdES Basic electronic signature. | iSignature_CAdES_C | CAdES C electronic signature. | iSignature_CAdES_T | CAdES Trust token electronic signature. | iSignature_CAdES_X | CAdES-X Type 2 electronic signature. | iSignature_CAdES_XL | CAdES-XL Type 2 electronic signature. | iSignature_PKCS7 | PKCS7 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|