Encrypts files
Declaration
[C#/Java]
not implemented;
not implemented;
[VB.NET]
not implemented;
not implemented;
[Pascal]
not implemented;
not implemented;
[C++]
not implemented;
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.