Discuss this help topic in SecureBlackbox Forum
Specifies if padding should be used.
Declaration
[VB.NET]
Property UsePadding As Boolean
[Pascal]
property UsePadding : boolean;
[C++]
bool get_UsePadding();
void set_UsePadding(bool Value);
[PHP]
bool get_UsePadding()
void set_UsePadding(bool $Value)
[Java]
boolean getUsePadding();
void setUsePadding(boolean Value);
Description
Use this property to specify whether padding should be used.
Discuss this help topic in SecureBlackbox Forum