EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.SaveToFile

TElCertificateRevocationList     See also    


 

Saves the CRL to file.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElCertificateRevocationListX7.SaveToFile(Filename As String, Cert As IElCertificateX, Password As String, PEMEncode As Boolean)
    Sub IElCertificateRevocationListX7.SaveToFile2(Filename As String, Cert As IElCertificateX)

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX7.SaveToFile([in] BSTR Filename, [in] IElCertificateX * Cert, [in] BSTR Password, [in] VARIANT_BOOL PEMEncode);
    HRESULT _stdcall IElCertificateRevocationListX7.SaveToFile2([in] BSTR Filename, [in] IElCertificateX * Cert);

[DLL]
    not implemented;
 
 

Parameters

  • Filename - name of the file containing CRL
  • Cert - certificate to sign the CRL
  • Password - password to access the CRL
  • PEMEncode - set this parameter to True to save CRL in PEM format
 
 

Description

    Use this method to save the CRL to file.

 
 

See also:     LoadFromFile     SaveCopyToFile    

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