Discuss this help topic in SecureBlackbox Forum
Defines whether the block sizes and pipeline length is adjusted for optimal performance.
Declaration
[C#]
bool AutoAdjustTransferBlock;
[VB.NET]
Property AutoAdjustTransferBlock As Boolean
[Pascal]
property AutoAdjustTransferBlock : Boolean;
[C++]
bool get_AutoAdjustTransferBlock();
void set_AutoAdjustTransferBlock(bool Value);
[PHP]
bool get_AutoAdjustTransferBlock()
void set_AutoAdjustTransferBlock(bool $Value)
[Java]
boolean getAutoAdjustTransferBlock();
void setAutoAdjustTransferBlock(boolean Value);
Description
Use this property to enable or disable automatic adjustment of pipeline length and block sizes.
By default automatic adjustment is enabled, and normally you don't need to disable it.
Discuss this help topic in SecureBlackbox Forum