EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.SaveToFile

TElX509Certificate     See also    


 

Saves the certificate to a file.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElCertificateX7.SaveToFile(Filename As String, Format As TxSBCertFileFormat, Password As String)
    Sub IElCertificateX7.SaveToFile2(Filename As String)
    Sub IElCertificateX7.SaveToFile3(Filename As String, Format As TxSBCertFileFormat, Password As String, SavePrivateKey As Boolean)

[ActiveX]
    HRESULT _stdcall IElCertificateX7.SaveToFile([in] BSTR Filename, [in] TxSBCertFileFormat Format, [in] BSTR Password);
    HRESULT _stdcall IElCertificateX7.SaveToFile2([in] BSTR Filename);
    HRESULT _stdcall IElCertificateX7.SaveToFile3([in] BSTR Filename, [in] TxSBCertFileFormat Format, [in] BSTR Password, [in] VARIANT_BOOL SavePrivateKey);

[DLL]
    not implemented;
 
 

Parameters

  • Filename - name of the file containing certificate
  • Password - password to access the certificate
  • Format - format in which the certificate should be saved
  • SavePrivateKey - specifies whether private key should be saved
 
 

Possible values:

[.NET] [Pascal] [ActiveX] Description
cfUnknown = 0 cfUnknown cfUnknown = 1 certificate type is unknown
cfDER = 1 cfDER cfDER = 2 certificate is written in DER format
cfPEM = 2 cfPEM cfPEM = 3 certificate is written in PEM format
cfPFX = 3 cfPFX cfPFX = 4 certificate is written in PFX format
cfSPC = 4 cfSPC cfSPC = 5 certificate is written in SPC format
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBX509
Assembly: SecureBlackbox
Unit: SBX509 Module: BaseBBox6.dll

 
 

Description

    Use this method to save the certificate to a file.

 
 

See also:     SaveToStream     SaveToBuffer    

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