Discuss this help topic in SecureBlackbox Forum

TElMessageEncryptor.CertStorage

TElMessageEncryptor     See also     


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


This property should contain the descendant of TElCustomCertStorage which contains recipients' certificates.

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

Description

    Use this property to specify certificates which should be used to encrypt messages. The encrypted message may be later decrypted with any of these certificates. The certificates don't need to include private keys.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum