Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.ServerChain

TElSSLConnectionInfo     See also     


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


Contains server's certificate chain.

Declaration

[C#]
    TElCustomCertStorage ServerChain;

[VB.NET]
    Property ServerChain As TElCustomCertStorage

[Pascal]
    property ServerChain : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_ServerChain();

[PHP]
    TElCustomCertStorage get_ServerChain()

[Java]
    TElCustomCertStorage getServerChain();

Description

This property contains server's certificate chain.

See also:     ServerAuthenticated    

Discuss this help topic in SecureBlackbox Forum