Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsDirectKeySignature

TElPGPSignature     See also     


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


Checks whether the signature is a direct key signature.

Declaration

[C#]
    bool IsDirectKeySignature();

[VB.NET]
    Function IsDirectKeySignature() As Boolean

[Pascal]
    function IsDirectKeySignature : boolean;

[C++]
    bool IsDirectKeySignature();

[PHP]
    bool IsDirectKeySignature()

[Java]
    boolean isDirectKeySignature();

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