EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPSignature.IsUserRevocation

TElPGPSignature     See also    


 

Checks whether the signature is user revocation.

 
 

Declaration

[C#]
    bool IsUserRevocation();

[VB.NET]
    Function IsUserRevocation() As Boolean

[Pascal]
    function IsUserRevocation : boolean;

[VB6]
    Function IsUserRevocation() As Boolean

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

[DLL]
    not applicable;
 
 

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    

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