EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageDecryptor.DecryptFile

TElMessageDecryptor     See also    


 

Decrypts files

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Sub IElMessageDecryptorX7.DecryptFile(InFile As String, OutFile As String)
    Sub IElMessageDecryptorX7.DecryptFile2(InFile As String, OutFile As String, Key As Variant)

[ActiveX]
    HRESULT _stdcall IElMessageDecryptorX7.DecryptFile([in] BSTR InFile, [in] BSTR OutFile );
    HRESULT _stdcall IElMessageDecryptorX7.DecryptFile2([in] BSTR InFile, [in] BSTR OutFile, [in] VARIANT Key);

[DLL]
    not implemented;
 
 

Parameters

  • InFile - Name of the file to be decrypted.
  • OutFile - Name of the output file.
  • Key - Symmetric key needed for decryption.
 
 

Description

    Use this method to decrypt files. You can use IsFileConventionallyEncrypted to check if certain file is encrypted.

 
 

See also:     CertStorage     Algorithm     Decrypt     IsFileConventionallyEncrypted    

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