Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.CertificatesStorage

TElMessagePartHandlerSMime     See also     


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


Indicates user certificate storage.

Declaration

[C#]
    TElCustomCertStorage CertificatesStorage;

[VB.NET]
    Property CertificatesStorage As TElCustomCertStorage

[Pascal]
    property CertificatesStorage : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_CertificatesStorage();
    void set_CertificatesStorage(TElCustomCertStorage &Value);
    void set_CertificatesStorage(TElCustomCertStorage *Value);

[PHP]
    TElCustomCertStorage get_CertificatesStorage()
    void set_CertificatesStorage(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getCertificatesStorage();
    void setCertificatesStorage(TElCustomCertStorage Value);

Description

    User certificate storage can be used together with or independently of system certificate storage. The user storage has lower priority than the system storage. It means that certificate verification will take place in the system storage first and then in the user one. System certificate storage can be disabled by setting UsageSystemCertificates property to false.

See also:     UsageSystemCertificates    

Discuss this help topic in SecureBlackbox Forum