Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerSMime.DecoderSignIsCorrectly

TElMessagePartHandlerSMime     See also     


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


Shows if signature of the signed message is correct.

Declaration

[C#]
    bool DecoderSignIsCorrectly;

[VB.NET]
    Property DecoderSignIsCorrectly As Boolean

[Pascal]
    property DecoderSignIsCorrectly : Boolean;

[C++]
    bool get_DecoderSignIsCorrectly();

[PHP]
    bool get_DecoderSignIsCorrectly()

[Java]
    boolean getDecoderSignIsCorrectly();

Description

    Use this read-only property to find out if the signature of the signed message is correct.

Discuss this help topic in SecureBlackbox Forum