ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Certificate functions
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
Remark: These functions are also available in prefix syntax (Certificate functions (prefix syntax)).
The following functions are used to handle Windows certificates:
CertificateCheckDuplicateChecks the signature of a duplicate.
CertificateCheckFileSignatureBufferChecks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
CertificateCheckFileSignatureFileChecks the correspondence between a signature and a file. The signature was kept as an external file.
CertificateCheckStringChecks the correspondence between a signature and a string.
CertificateExtractExtracts a certificate from a signature buffer or from a print duplicate.
CertificateExtractExtensionValueReturns the value of a certificate extension.
CertificateListReturns the list of certificates available on the computer.
CertificateLoadLoads a certificate from a file or a buffer.
CertificateOpenPropertiesOpens the Windows window used to find out the properties of a certificate.
CertificateSelectOpens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
CertificateSignExecutableSigns an executable file with a certificate.
CertificateSignFileCreates the signature of a file. This signature can be stored in a Buffer variable or in a text file.
CertificateSignStringCreates the signature of a character string.
TrustedCertificateAddAdds a certificate to the list of trusted root authorities used to validate certification strings.
TrustedCertificateResetRemoves all the certificates added by TrustedCertificateAdd.
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help