nn::ssl::CrlStore::RegisterCrl Member Function

Syntax

nn::Result RegisterCrl(
     InternalCrl inCrlName,
     CrlId * pCrlIdCourier = NULL
);

Arguments

Name Description
in inCrlName Name of internal CRL.
out pCrlIdCourier Used when unregistering a specific individual certificate by its registered CRL ID (using the UnRegisterCrl function). If this argument is not needed (such as when there is no need to unregister individual CRLs; releasing a CrlStore object unregisters all of its CRLs at once), this can be left unspecified.

Return Values

Returns the result of the operation.

Description

Registers an internal CRL. Call this function multiple times to register multiple CRLs.


CONFIDENTIAL