EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignature.IsSubkeyRevocation

TElPGPSignature     See also    


 

Checks whether the signature is subkey revocation.

 
 

Declaration

[C#]
    bool IsSubkeyRevocation();

[VB.NET]
    Function IsSubkeyRevocation() As Boolean

[Pascal]
    function IsSubkeyRevocation : boolean;

[VB6]
    Function IsSubkeyRevocation() As Boolean

[ActiveX]
    HRESULT _stdcall IsSubkeyRevocation([out, retval] VARIANT_BOOL * Result);

[DLL]
    not applicable;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation