EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.LoadFromFile

TElCertificateRevocationList     See also    


 

Loads the CRL from file.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElCertificateRevocationListX7.LoadFromFile(Filename As String, Password As String)
    Sub IElCertificateRevocationListX7.LoadFromFile2(Filename As String)

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX7.LoadFromFile([in] BSTR Filename, [in] BSTR Password);
    HRESULT _stdcall IElCertificateRevocationListX7.LoadFromFile2([in] BSTR Filename);

[DLL]
    not implemented;
 
 

Parameters

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

Description

    This method attempts to read the CRL from file. The CRL must be saved in DER format.

 
 

See also:     LoadFromStream     LoadFromBuffer    

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