|
TElCustomCRLRetriever is a base class for CRL retrievers. |
|
|
Description TElCustomCRLRetriever is a base class for CRL retrievers, used by TElX509CertificateValidator class to retrieve CRLs from remote locations. SecureBlackbox implements TElHTTPCRLRetriever for CRL retrieval over HTTP, and TElLDAPCRLRetriever to read CRLs from distribution points over LDAP.
If you need to implement your own CRL retriever class, create a descendant of TElCustomCRLRetriever and override it's SupportsNameType
and GetCRL methods.
Use your CRL retriever class by passing it to Certificate Validator via OnBeforeCRLRetrieverUse event of TElX509CertificateValidator class.
|
|
|
|
|
|
.NET:
|
|
|
To use the component in development and distribution of your projects, you need to purchase one of the licenses: .NET: Any SecureBlackbox package VCL: Any SecureBlackbox package ActiveX/DLL: Not available |

