NPKICreateTrustedRootContainer
Creates a container where Trusted Root objects can be created (formerly NWPKICreateTrustedRootContainer).
#include "npki.h"
NWRCODE NPKICreateTrustedRootContainer(
const NPKIContext context,
const unicode *objectDN
);
Returns 0 if successful or an eDirectory error code if not successful.
Trusted Root containers, along with Trusted Root objects, provide a method of logically grouping, managing, and accessing X.509 root (or CA) certificates within a directory service.
NOTE:For a sample implementation of this task, see CreateTrustedRootContainer.