Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.CertStorage

TElCustomSimpleSSLClient     See also     


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


Specifies the certificate storage where the "root" certificates are kept.

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);

Description

    This property defines the Certificate Storage used to validate server certificates. It should contain the "root" certificates of the Certificate Authorities, which, supposedly have issued the clients' certificates, and which are trusted.

See also:     InternalValidate     Use certificate storages    

Discuss this help topic in SecureBlackbox Forum