EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.LoadFromFile

TElCertificateRequest     See also    


 

This method loads Certificate Request from file.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElCertificateRequestX7.LoadFromFile(Filename As String)

[ActiveX]
    HRESULT _stdcall IElCertificateRequestX7.LoadFromFile([in] BSTR Filename);

[DLL]
    not implemented;
 
 

Parameters

  • Filename - name of the file to be read
 
 

Description

    Use this method to load Certificate Request from file. If the file contains non-valid PKCS10 data, the EElCertificateRequestException is raised.

    Note, that this method doesn't check signature validity. You should call the ValidateSignature method to perform validation.

 
 

See also:     ValidateSignature     SaveToFile    

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