EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.LoadKeyFromFile

TElX509Certificate     See also    


 

Reads the certificate's private key from file.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElCertificateX7.LoadKeyFromFile(Filename As String, Password As String)
    Sub IElCertificateX7.LoadKeyFromFile2(Filename As String)

[ActiveX]
    HRESULT _stdcall IElCertificateX7.LoadKeyFromFile([in] BSTR Filename, [in] BSTR Password);
    HRESULT _stdcall IElCertificateX7.LoadKeyFromFile2([in] BSTR Filename);

[DLL]
    not implemented;
 
 

Parameters

  • Filename - name of the file containing the key.
  • Password - password to access the key.
 
 

Description

    This method attempts to read the key from file. The key must have been saved in DER format.

 
 

See also:     LoadKeyFromFileAuto     LoadKeyFromStream     LoadKeyFromBuffer    

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