EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageDecryptor.IsFileConventionallyEncrypted

TElMessageDecryptor     See also    


 

Checks if the file is conventionally encrypted.

 
 

Declaration

[C#]
    not implemented;

[VB.NET]
    not implemented;

[Pascal]
    not implemented;

[VB6]
    Function IElMessageDecryptorX7.IsFileConventionallyEncrypted(Filename As String) As Boolean

[ActiveX]
    HRESULT _stdcall IElMessageDecryptorX7.IsFileConventionallyEncrypted([in] BSTR Filename, [out, retval] VARIANT_BOOL * Res);

[DLL]
    not implemented;
 
 

Parameters

  • Filename - name of the file to be checked for encryption
 
 

Return value

    Returns True if the file is encrypted using symmetric algorithm, otherwise returns False.

 
 

Description

    Call this method to check whether the file is conventionally (i.e., using symmetric key) encrypted. Use DecryptFile method to decrypt encrypted files.

 
 

See also:     DecryptFile    

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