EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRequest.SaveToFile

TElCertificateRequest     See also    


 

This method saves Certificate Request to the file.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElCertificateRequestX7.SaveToFile(Filename As String, Format As TxSBCertReqFileFormat)
    Sub IElCertificateRequestX7.SaveToFile(Filename As String)

[ActiveX]
    HRESULT _stdcall IElCertificateRequestX7.SaveToFile([in] BSTR Filename, [in] TxSBCertReqFileFormat Format);
    HRESULT _stdcall IElCertificateRequestX7.SaveToFile2([in] BSTR Filename);

[DLL]
    not implemented;
 
 

Parameters

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

Possible file formats:

[.NET] [Pascal] [ActiveX] Description
crfUnknown = 0 crfUnknown crfUnknown = 1 file format is unknown
crfDER = 1 crfDER crfDER = 2 DER format
crfPEM = 2 crfPEM crfPEM = 3 PEM format
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBPKCS10
Assembly: SecureBlackbox.PKI
Unit: SBPKCS10 Module: BaseBBox7.dll

 
 

Description

    Use this method to save Certificate Request to the file.

 
 

See also:     LoadFromFile    

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