Discuss this help topic in SecureBlackbox Forum

TElClientTSPInfo.Certificates

TElClientTSPInfo     See also     


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


This read-only property contains certificates received from server.

Declaration

[C#]
    TElCustomCertStorage Certificates;

[VB.NET]
    Property Certificates As TElCustomCertStorage

[Pascal]
    property Certificates: TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_Certificates();

[PHP]
    TElCustomCertStorage get_Certificates()

[Java]
    TElCustomCertStorage getCertificates();

Description

    Use this property to retrieve certificates received from server. Note, that certificates are present only if they were requested using TSPClient.IncludeCertificates.

See also:     IncludeCertificates    

Discuss this help topic in SecureBlackbox Forum