Discuss this help topic in SecureBlackbox Forum

TElSimpleFTPSServer.ClientCertStorage

TElSimpleFTPSServer     See also     


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


Specifies the certificate storage containing the client-side certificates.

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.

See also:     ClientAuthentication    

Discuss this help topic in SecureBlackbox Forum