Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.DecoderSignCertStorage

TElMessagePartHandlerSMime     See also     


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


This read-only property identifies the certificate storage with certificates which were used for signature verification.

Declaration

[C#]
    TElCustomCertStorage DecoderSignCertStorage;

[VB.NET]
    Property DecoderSignCertStorage As TElCustomCertStorage

[Pascal]
    property DecoderSignCertStorage : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_DecoderSignCertStorage();

[PHP]
    TElCustomCertStorage get_DecoderSignCertStorage()

[Java]
    TElCustomCertStorage getDecoderSignCertStorage();

Description

    Use this property when you want to see certificates which were used for certificate signing. Several certificates can be used as message or its parts can be signed with different signatures and each signature can include several certificates.

Discuss this help topic in SecureBlackbox Forum