ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
// Extraction de la valeur de l'extension "1.3.6.1.4.1.311.10.3.4" du certificat
cert is Certificate = CertificateSelect()
 
bufValeur 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: wd280std.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment