Discuss this help topic in SecureBlackbox Forum

TElPGPSignature.IsDocumentSignature

TElPGPSignature     See also     


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


Checks whether the signature is document signature.

Declaration

[C#]
    bool IsDocumentSignature();

[VB.NET]
    Function IsDocumentSignature() As Boolean

[Pascal]
    function IsDocumentSignature : boolean;

[C++]
    bool IsDocumentSignature();

[PHP]
    bool IsDocumentSignature()

[Java]
    boolean isDocumentSignature();

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