[Previous] [Next]

ldapu_get_cert_mapfn()

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

Syntax
NSAPI_PUBLIC 
CertMapFn_t ldapu_get_cert_mapfn (const char *issuerDN);
Parameters
This function has the following parameters:
Name Description
issuerDN

DN of the certificate authority (CA).

If NULL, the default certificate mapping function is returned.

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

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.

See Also
CertMapFn_t (Mapping Function), ldapu_set_cert_mapfn().


[Previous] [Next]


Copyright ⌐ 1997 Netscape Communications Corporation