Discuss this help topic in SecureBlackbox Forum
This event is fired before CRL retriever is used.
Declaration
Parameters
- Certificate - Specifies the certificate that is being validated.
- CACertificate - Specifies the certificate, which signed Certificate.
Can be nil / null / Nothing, if Certificate is self-signed.
- NameType - specifies type of the name which identifies CRL location. Currently only gnUniformResourceIdentifier is supported.
- Location - Location of the CRL to be retrieved
- Retriever - An instance of TElCustomCRLRetriever class or it's descendant. Can be empty, or can be replaced by some other instance.
- pcLocation - Location of the CRL to be retrieved
- szLocation - the length of pcLocation.
Possible NameType values:
Description
This event is fired when the CRL is to be retrieved.
If you need, you can adjust the instance of TElCustomCRLRetriever class, which will be used to retrieve the CRL.
If there's no instance available (Retriever parameter is nil / null / Nothing), you should create such instance and pass it via Retriever parameter.
See description of
TElX509CertificateValidator component for additional information about default HTTP CRL retriever.
Discuss this help topic in SecureBlackbox Forum