|
|
|
|
|
<Certificate variable>.ExtractExtensionValue (Function) In french: <Variable Certificat>.ExtraitValeurExtension Returns the value of a certificate extension.
cert is Certificate = CertificateSelect()
bufValeur 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|