Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.ReplyCertificates

TElOCSPClient     See also     


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


Contains certificates, sent by the server.

Declaration

[C#]
    TElCustomCertStorage ReplyCertificates;

[VB.NET]
    Property ReplyCertificates As TElCustomCertStorage

[Pascal]
    property ReplyCertificates : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_ReplyCertificates();

[PHP]
    TElCustomCertStorage get_ReplyCertificates()

[Java]
    TElCustomCertStorage getReplyCertificates();

Description

    This read-only property is a container for certificates, sent by the server (and used to sign the response). You can check validity of the certificates in order to ensure that the reply has not been tampered.

See also:     CertStorage    

Discuss this help topic in SecureBlackbox Forum