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
Returns the value of a certificate extension.
Example
// Extract the value of the "1.3.6.1.4.1.311.10.3.4" certificate extension
cert is Certificate = CertificateSelect()
 
bufValue is Buffer = CertificateExtractExtensionValue(cert, "1.3.6.1.4.1.311.10.3.4")
Syntax
<Result> = CertificateExtractExtensionValue(<Certificate> , <OID>)
<Result>: Buffer
Extension value. If the extension does not exist, the buffer returned is empty.
<Certificate>: Certificate variable
Name of the Certificate variable that corresponds to the certificate in which the extension is to be searched for.
<OID>: Character string
Extension OID.
Component: wd290std.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2023

Send a report | Local help