EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageEncryptor.EncryptFile

TElMessageEncryptor     See also    


 

Encrypts files

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElMessageEncryptorX7.EncryptFile(InFile As String, OutFile As String)
    Sub IElMessageEncryptorX7.EncryptFile2(InFile As String, OutFile As String, Key As Variant)

[ActiveX]
    HRESULT _stdcall IElMessageEncryptorX7.EncryptFile([in] BSTR InFile, [in] BSTR OutFile );
    HRESULT _stdcall IElMessageEncryptorX7.EncryptFile2([in] BSTR InFile, [in] BSTR OutFile, [in] VARIANT Key);

[DLL]
    not implemented;
 
 

Parameters

  • InFile - Name of the file to be encrypted.
  • OutFile - Name of the output file.
  • Key - Symmetric key for data encryption.
 
 

Description

    Use this method to encrypt files. The file can be encrypted either using each certificate from CertStorage (and be decrypted with any of that certificates), or the symmetric key provided via the Key parameter.

 
 

See also:     CertStorage     Algorithm     Encrypt    

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