EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSymmetricCrypto.FinalizeDecryption

TElSymmetricCrypto     See also    


 

Finishes decryption of the data blocks.

 
 

Declaration

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

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

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • OutBuffer - reference to buffer where decrypted 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 decrypted several blocks of data using DecryptUpdate and now you need to obtain the ending part of the decrypted data.

 
 

See also:     InitializeDecryption     DecryptUpdate    

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