Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsUserCertification

TElPGPSignature     See also     


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


Checks whether the signature is user revocation.

Declaration

[C#]
    bool IsUserCertification();

[VB.NET]
    Function IsUserCertification() As Boolean

[Pascal]
    function IsUserCertification : boolean;

[C++]
    bool IsUserCertification();

[PHP]
    bool IsUserCertification()

[Java]
    boolean isUserCertification();

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