EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElFileCertStorage.SaveToFile

TElFileCertStorage     See also    


 

Saves the current contents of TElFileCertStorage to file

 
 

Declaration

[C#]
    void SaveToFile([in] string FileName);

[VB.NET]
    Sub SaveToFile(ByVal FileName As String)

[Pascal]
    procedure SaveToFile(FileName : string);

[VB6]
    Sub IElFileCertStorageX2.SaveToFile(Filename As String)

[ActiveX]
    HRESULT _stdcall IElFileCertStorageX2.SaveToFile([in] BSTR Filename );

[DLL]
    __stdcall BOOL SBFileCertStorageSaveToFile(HANDLE hStorage, PCHAR Filename);
 
 

Parameters

  • Filename - Name of destination file
  • [DLL]hStorage - handle to the TElFileCertStorage object that was returned by Constructor
 
 

Description

    Use this method to save the contents of TElFileCertStorage object to the file with specified file name. All data is saved in PKCS#7 file format.

 
 

See also:     Filename    

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