EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.SaveCopyToFile

TElCertificateRevocationList     See also    


 

Saves the CRL to file without re-signing.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElCertificateRevocationListX7.SaveCopyToFile(Filename As String, Password As String, PEMEncode As Boolean)
    Sub IElCertificateRevocationListX7.SaveCopyToFile2(Filename As String)

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX7.SaveCopyToFile([in] BSTR Filename, [in] BSTR Password, [in] VARIANT_BOOL PEMEncode);
    HRESULT _stdcall IElCertificateRevocationListX7.SaveCopyToFile2([in] BSTR Filename);

[DLL]
    not implemented;
 
 

Parameters

  • Filename - name of the file containing 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 only a *copy* of the loaded/generated CRL (without re-signing it).

 
 

See also:     LoadFromFile     SaveToFile    

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