Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsStandalone

TElPGPSignature     See also     


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


Checks whether the signature is document signature.

Declaration

[C#]
    bool IsStandalone();

[VB.NET]
    Function IsStandalone() As Boolean

[Pascal]
    function IsStandalone : boolean;

[C++]
    bool IsStandalone();

[PHP]
    bool IsStandalone()

[Java]
    boolean isStandalone();

Return value

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