Discuss this help topic in SecureBlackbox Forum

TElMessagePartHandlerPGPMime.IsSigned

TElMessagePartHandlerPGPMime     See also     


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


Checks whether the message is signed.

Declaration

[C#]
    bool IsSigned();

[VB.NET]
    Function IsSigned() As Boolean

[Pascal]
    function IsSigned: boolean;

[C++]
    bool IsSigned();

[PHP]
    bool IsSigned()

[Java]
    boolean isSigned();

Return value

     True if the message is signed;
     False otherwise.

Description

    Use this method to chek whether the message is signed or not.

See also:     IsEncrypted    

Discuss this help topic in SecureBlackbox Forum