Discuss this help topic in SecureBlackbox Forum

TElSSLClient.CertStorage

TElSSLClient     See also     


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


Specifies the certificate storage where the Root and CA certificates are stored.

Declaration

[C#]
    TElCustomCertStorage CertStorage;

[VB.NET]
    Property CertStorage As TElCustomCertStorage

[Pascal]
    property CertStorage : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_CertStorage();
    void set_CertStorage(TElCustomCertStorage &Value);
    void set_CertStorage(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_CertStorage()
    void set_CertStorage(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getCertStorage();
    void setCertStorage(TElCustomCertStorage Storage);

Parameters

  • Storage -

Description

    This property defines the Certificate Storage which is used to validate the server certificates. It should contain the certificates of Certificate Authorities, which were used to issue the certificates sent by the server and are trusted.

Discuss this help topic in SecureBlackbox Forum