Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsKeyRevocation

TElPGPSignature     See also     


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


Checks whether the signature is key revocation.

Declaration

[C#]
    bool IsKeyRevocation();

[VB.NET]
    Function IsKeyRevocation() As Boolean

[Pascal]
    function IsKeyRevocation : boolean;

[C++]
    bool IsKeyRevocation();

[PHP]
    bool IsKeyRevocation()

[Java]
    boolean isKeyRevocation();

Return value

    True if signature is of key revocation 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