Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.DecoderIncludeIssuerCertificates

TElMessagePartHandlerSMime     See also     


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


Specifies if the certificate list, used during decoding, should contain full certificate chains.

Declaration

[C#]
    bool DecoderIncludeIssuerCertificates;

[VB.NET]
    Property DecoderIncludeIssuerCertificates As Boolean

[Pascal]
    property DecoderIncludeIssuerCertificates : Boolean;

[C++]
    bool get_DecoderIncludeIssuerCertificates();
    void set_DecoderIncludeIssuerCertificates(bool Value);

[PHP]
    bool get_DecoderIncludeIssuerCertificates()
    void set_DecoderIncludeIssuerCertificates(bool $Value)

[Java]
    boolean getDecoderIncludeIssuerCertificates();
    void setDecoderIncludeIssuerCertificates(boolean Value);

Description

    The signature can contain certificate chain in order to simplify its verification. If it does, then setting the property True will make the decoder store the certificate chains in DecoderSignCertStorage property.     Default value is False.

Discuss this help topic in SecureBlackbox Forum