AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de certificados
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
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

Señalar un error o enviar una sugerencia | Ayuda local