SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  C++ 


TElCertificateRequest.SaveToFile

TElCertificateRequest     See also    


 

This method saves Certificate Request to the file.

   

Declaration

[C#/Java]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[C++]
    not implemented;

   

Parameters

  • Filename - name of the file where to save certificate request data
  • Format - format of the file
   

Possible file formats:


   

Description

    Use this method to save Certificate Request to the file.

   

See also:     LoadFromFile    

 
Back to top