EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.IsKeyValid

TElX509Certificate    


 

Verifies whether the private key is valid.

 
 

Declaration

[C#]
    bool IsKeyValid();

[VB.NET]
    Function IsKeyValid() As Boolean

[Pascal]
    function IsKeyValid : boolean;

[VB6]
    Function IElCertificateX6.IsKeyValid() As Boolean

[ActiveX]
    HRESULT _stdcall IElCertificateX6.IsKeyValid([out, retval] VARIANT_BOOL * Res);

[DLL]
    not implemented;
 
 

Return value

    True if private key is valid.
    False otherwise.

 
 

Description

    Use this method to verify whether the private key is valid, for example whether the private key corresponds to the public key included to the certificate. Key integrity is also checked for RSA keys.

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