Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.ClientCertStorage

TElCustomSimpleSSLClient     See also     


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


Specifies the certificate storage where client-side certificates are stored.

Declaration

[C#]
    TElCustomCertStorage ClientCertStorage;

[VB.NET]
    Property ClientCertStorage As TElCustomCertStorage

[Pascal]
    property ClientCertStorage : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_ClientCertStorage();
    void set_ClientCertStorage(TElCustomCertStorage &Value);
    void set_ClientCertStorage(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_ClientCertStorage()
    void set_ClientCertStorage(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getClientCertStorage();
    void setClientCertStorage(TElCustomCertStorage Value);

Description

    This property contains the certificates used for client-side authentication. This property is an alternative for the OnCertificateNeededEx event of the internal client.

See also:     OnCertificateNeededEx    

Discuss this help topic in SecureBlackbox Forum