ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Certificate functions
23 results
Returns the value of a certificate extension.
Opens the Windows window used to find out the properties of a certificate.
The following functions are used to handle Windows certificates, using prefix syntax:
The following functions are used to handle the certificates:
The Certificate type is used to handle:
  • the certificates used to sign the strings or the files.
  • the certificates used to sign the emails.
Checks the signature of a duplicate.
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
Checks the correspondence between a signature and a file. The signature was kept as an external file.
Checks the correspondence between a signature and a string.
Extracts a certificate from a signature buffer or from a print duplicate.
Returns the value of a certificate extension.
Returns the list of certificates available on the computer.
Loads a certificate from a file or a buffer.
Opens the Windows window used to find out the properties of a certificate.
Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
Signs an executable file with a certificate.
Creates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
Usage example of the CertificateSignString function
Creates the signature of a character string.
Signing a file allows you to check that the file was not modified or altered since it was signed. The signature also allows you to check the issuer identity.
Adds a certificate to the list of trusted root authorities used to validate certification strings.
Removes all the certificates added by TrustedCertificateAdd.