EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.LoadKeyFromFile

TElCertificateRequest     See also    


 

Reads the private key from file.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

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

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

[DLL]
    not implemented;
 
 

Parameters

  • Filename - name of the file to be read
  • Password - password to the key
 
 

Description

    Use this method to load a private key to be used for request regeneration from file.

 
 

See also:     KeyMaterial     SaveKeyToFile    

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