Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.DecoderCryptCertStorage

TElMessagePartHandlerSMime     See also     


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


This read-only property identifies storage with certificates which were used for message decryption.

Declaration

[C#]
    TElCustomCertStorage DecoderCryptCertStorage;

[VB.NET]
    Property DecoderCryptCertStorage As TElCustomCertStorage

[Pascal]
    property DecoderCryptCertStorage : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_DecoderCryptCertStorage();

[PHP]
    TElCustomCertStorage get_DecoderCryptCertStorage()

[Java]
    TElCustomCertStorage getDecoderCryptCertStorage();

Description

    Use this property when you want to see which certificates were used for message decryption. As the message or its parts can be encrypted with different certificates there can be several certificates in the storage.

Discuss this help topic in SecureBlackbox Forum