Discuss this help topic in SecureBlackbox Forum

TElOCSPResponse.Certificates

TElOCSPResponse     


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


Contains certificates, sent by the server.

Declaration

[C#]
    TElMemoryCertStorage Certificates;

[VB.NET]
    Property Certificates As TElMemoryCertStorage

[Pascal]
    property Certificates : TElMemoryCertStorage;

[C++]
    TElMemoryCertStorage* get_Certificates();

[PHP]
    TElMemoryCertStorage get_Certificates()

[Java]
    TElMemoryCertStorage getCertificates();

Description

    Use this property to retrieve the certificates sent by the server.

Discuss this help topic in SecureBlackbox Forum