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
<Certificate variable>.ExtractExtensionValue (Function)
In french: <Variable Certificat>.ExtraitValeurExtension
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 = cert.ExtractExtensionValue("1.3.6.1.4.1.311.10.3.4")
Syntax
<Result> = <Certificate>.ExtractExtensionValue(<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/21/2023

Send a report | Local help