Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsSubkeyBinding

TElPGPSignature     See also     


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


Checks whether the signature is subkey revocation.

Declaration

[C#]
    bool IsSubkeyBinding();

[VB.NET]
    Function IsSubkeyBinding() As Boolean

[Pascal]
    function IsSubkeyBinding : boolean;

[C++]
    bool IsSubkeyBinding();

[PHP]
    bool IsSubkeyBinding()

[Java]
    boolean isSubkeyBinding();

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