[Previous] [Next]

ldapu_get_cert_searchfn()

Gets the certificate search function that is used to evaluate certificates issued by a given certificate authority (CA).

Syntax
NSAPI_PUBLIC 
CertSearchFn_t
ldapu_get_cert_searchfn(const char *issuerDN);
Parameters
This function has the following parameters:
Name Description
issuerDN
DN of the certificate authority (CA).

If NULL, the default certificate search function is returned.

Returns
Returns the certificate search function that is called for certificates issued by the specified CA.

If the issuerDN argument is NULL or if no specific search function has been set for the CA, the default certificate mapping function is returned.

See Also
CertSearchFn_t (Search Function), ldapu_set_cert_searchfn().


[Previous] [Next]


Copyright ⌐ 1997 Netscape Communications Corporation