Discuss this help topic in SecureBlackbox Forum

TElIndySSLServerIOHandler.ServerCertStorage

TElIndySSLServerIOHandler     See also     


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


Specifies the certificate storage where server certificates are stored.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property ServerCertStorage : TElMemoryCertStorage;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    This property defines the certificate storage where TElIndySSLServerIOHandler should take certificate to send to client. As different ciphersuites require different types of certificates, it may be impossible to use some ciphersuites due to absence of certificate of needed type in the storage. If there are no certificates in ServerCertStorage, it is impossible to use any ciphersuites, except DH_ANON_ X_ Y ones.
    Note, that certificates in ServerCertStorage must have corresponding private keys. It is possible to put several certificates without private keys which create a certificate chain, but the ending certificate of the chain must have the private key anyway.

See also:     CertStorage    

Discuss this help topic in SecureBlackbox Forum