procedure CheckCertificateChain(out StatusSet: TScCertificateStatusSet); overload;
procedure CheckCertificateChain; overload;
Description
Verifies the chain of the server certificate names.
The method parses the list of certificates in CertNameChain, then checks the availability of these certificates in Storage.
After that, the chain of certificates is validated against the key requirements of the TLS protocol.
If any errors are found, they are returned in the StatusSet parameter. When the method is called without parameters and errors are found during validation, an appropriate exception is generated.
See Also