NSAPI_PUBLIC
CertMapFn_t ldapu_get_cert_mapfn (const char *issuerDN);
Name | Description |
---|---|
issuerDN | DN of the certificate authority (CA). If NULL, the default certificate mapping function is returned. |
If the issuerDN
argument is NULL or if no specific mapping function has been set for the CA, the default certificate mapping function is returned.
CertMapFn_t (Mapping Function)
, ldapu_set_cert_mapfn()
.