Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsUserRevocation

TElPGPSignature     See also     


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


Checks whether the signature is user revocation.

Declaration

[C#]
    bool IsUserRevocation();

[VB.NET]
    Function IsUserRevocation() As Boolean

[Pascal]
    function IsUserRevocation : boolean;

[C++]
    bool IsUserRevocation();

[PHP]
    bool IsUserRevocation()

[Java]
    boolean isUserRevocation();

Return value

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

Description

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

See also:     IsKeyRevocation     IsSubkeyRevocation    

Discuss this help topic in SecureBlackbox Forum