Discuss this help topic in SecureBlackbox Forum

TElIndySSLServerIOHandler.CertStorage

TElIndySSLServerIOHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the certificate storage where "root" certificates are stored.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property CertStorage : TElCustomCertStorage;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property defines the Certificate Storage which is used to validate server certificates. It should contain the "root" certificates of Certificate Authorities, which are supposed to issue the clients' certificates and are trusted.

See also:     OnCertificateValidate     TElWinCertStorage     TElFileCertStorage    

Discuss this help topic in SecureBlackbox Forum