EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.PrivateKeyExists

TElX509Certificate     See also    


 

Returns True if the certificate has the corresponding private key.

 
 

Declaration

[C#]
    bool PrivateKeyExists;

[VB.NET]
    Property PrivateKeyExists As Boolean

[Pascal]
    property PrivateKeyExists : boolean;

[VB6]
    Property IElCertificateX6.PrivateKeyExists As Boolean

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

[DLL]
    __stdcall BOOL SBX509PrivateKeyExists(HANDLE hCert);
 
 

Parameters

  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
 
 

Description

    This read-only property returns True if certificate has the corresponding private key and False otherwise.

 
 

See also:     PrivateKeyExtractable     SaveKeyToBuffer    

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