nn::ssl::CrlStore::RegisterCrl Member Functionnn::Result RegisterCrl( InternalCrl inCrlName, CrlId * pCrlIdCourier = NULL );
| 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. |
Registers an internal CRL. Call this function multiple times to register multiple CRLs.
CONFIDENTIAL