AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / SOAP
  • Properties specific to xmlSignatureInformationKeyX509 variables
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
xmlSignatureInformationKeyX509 (Type of variable)
In french: xmlSignatureInformationCléX509
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature. This enables you to add the information about a X509 certificate. The characteristics of this type of variable can be defined and changed using different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
MySignature is xmlSignature
Info is xmlSignatureInformationKeyX509
Info.WithCertificate = True
Add(MySignature.KeyInformation, Info)
Remarks

Properties specific to xmlSignatureInformationKeyX509 variables

The following properties can be used to handle xmlSignatureInformationKeyX509 variables:
Property nameType usedEffect
WithCertificateBoolean
  • True: the certificate is added into the signature description,
  • False: the certificate is not added into the signature description.
WithIssuerBoolean
  • True: the name of the certificate issuer is added into the signature description,
  • False: the name of the certificate issuer is not added into the signature description.
WithSubjectNameBoolean
  • True: the name of the certificate subject is added into the signature description,
  • False: the name of the certificate subject is not added into the signature description.
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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