Discuss this help topic in SecureBlackbox Forum

TElIndySSLServerIOHandler.ClientCertStorage

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 ClientCertStorage : TElCustomCertStorage;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

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

See also:     CertStorage     TElWinCertStorage     TElFileCertStorage    

Discuss this help topic in SecureBlackbox Forum