Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsTimestampSignature

TElPGPSignature     See also     


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


Checks whether the signature is document signature.

Declaration

[C#]
    bool IsTimestampSignature();

[VB.NET]
    Function IsTimestampSignature() As Boolean

[Pascal]
    function IsTimestampSignature : boolean;

[C++]
    bool IsTimestampSignature();

[PHP]
    bool IsTimestampSignature()

[Java]
    boolean isTimestampSignature();

Return value

    True if signature is of document signature type.
    False otherwise.

Description

    Use this method to check whether signature is key revocation (i.e. the key is revoked).

See also:     IsSubkeyRevocation     IsUserRevocation    

Discuss this help topic in SecureBlackbox Forum