Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsSubkeyRevocation

TElPGPSignature     See also     


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


Checks whether the signature is subkey revocation.

Declaration

[C#]
    bool IsSubkeyRevocation();

[VB.NET]
    Function IsSubkeyRevocation() As Boolean

[Pascal]
    function IsSubkeyRevocation : boolean;

[C++]
    bool IsSubkeyRevocation();

[PHP]
    bool IsSubkeyRevocation()

[Java]
    boolean isSubkeyRevocation();

Return value

    True if the signature is of subkey revocation type.
    False otherwise.

Description

    Use this method to check whether the signature is subkey revocation.

See also:     IsKeyRevocation     IsUserRevocation    

Discuss this help topic in SecureBlackbox Forum