Discuss this help topic in SecureBlackbox Forum

TElPGPReader.ProcessedLength

TElPGPReader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     DecryptAndVerify    

Discuss this help topic in SecureBlackbox Forum