EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSymmetricCrypto.InitializeEncryption

TElSymmetricCrypto     See also    


 

Prepares the encryptor for encryption of data blocks.

 
 

Declaration

[C#]
    void InitializeEncryption();

[VB.NET]
    Procedure InitializeEncryption()

[Pascal]
    procedure InitializeEncryption

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this method to prepare encryption object for encrypting multiple data blocks. This method is necessary if you plan to call EncryptUdpate() later. Don't use this method if you encrypt data with Encrypt() method. Call FinalizeEncyrption when you are done encrypting the data.

 
 

See also:     FinalizeEncryption     EncryptUpdate    

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