AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The SignatureMode property gets and sets the signature options of a Signature control in a report.
Note: This property corresponds to the "Modo de firma" option in the "General" tab of the Signature control description window.. This control is only available in a report.
Ejemplo
IF SIG_MySignature.SignatureMode = iSignature_PKCS7 THEN
bChorusMode = False
END
Sintaxis

Finding out the signature mode of a Signature control Ocultar los detalles

<Result> = <Signature control>.SignatureMode
<Result>: Integer constant
Signature mode of the specified control. The possible values are as follows:
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 enables "wrapped" or "detached" signatures.
<Signature control>: Control name
Name of Signature control to use.

Modifying the signature mode of a Signature control Ocultar los detalles

<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 as follows:
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 enables "wrapped" or "detached" signatures.
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 04/10/2024

Señalar un error o enviar una sugerencia | Ayuda local