EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSymmetricCrypto.FinalizeEncryption

TElSymmetricCrypto     See also    


 

Finishes encryption of the data blocks.

 
 

Declaration

[C#]
    void FinalizeEncryption ref byte[] OutBuffer, int OutIndex, ref int OutSize);

[VB.NET]
    Procedure FinalizeEncryption( ByRef OutBuffer As Byte(), OutIndex As Integer, ByRef OutSize As Integer)

[Pascal]
    procedure FinalizeEncryption( OutBuffer : pointer; var OutSize : integer);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • OutBuffer - reference to buffer where encrypted data should be stored.
  • OutIndex - Offset in the output array, starting from which the data is written.
  • OutSize - Size of available space in OutBuffer in bytes.
 
 

Description

    Use this method when you encrypted several blocks of data using EncryptUpdate and now you need to obtain the ending part of the encrypted data.

 
 

See also:     InitializeEncryption     EncryptUpdate    

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