Discuss this help topic in SecureBlackbox Forum

TElMessageDecryptor.CertStorage

TElMessageDecryptor     See also     


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


This property should contain a reference to a TElCustomCertStorage object. Certificates should contain the corresponding private keys.

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 decrypt the message. If at least one certificate from storage was used to encrypt this message, the message will be decrypted.

     Note,  that each certificate should contain the corresponding private key.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum