|
|
|
|
|
CertificateExtractExtensionValue (Function) In french: CertificatExtraitValeurExtension Returns the value of a certificate extension.
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|