Discuss this help topic in SecureBlackbox Forum
Contains number of bytes processed during decryption.
Declaration
[C#]
long ProcessedLength;
[VB.NET]
Property ProcessedLength As Long
[Pascal]
property ProcessedLength : Int64;
[C++]
int64_t get_ProcessedLength();
[PHP]
integer get_ProcessedLength()
[Java]
long getProcessedLength();
Description
This read-only property contains the number of bytes processed in the previous
DecryptAndVerify call.
Discuss this help topic in SecureBlackbox Forum