Discuss this help topic in SecureBlackbox Forum
Specifies whether to normalize the length of the keys.
Declaration
[C#/Java]
bool NormalizeSourceLength;
[VB.NET]
Property NormalizeSourceLength As Boolean
[Pascal]
property NormalizeSourceLength : boolean;
[C++]
bool get_NormalizeSourceLength();
void set_NormalizeSourceLength(bool Value);
[PHP]
bool get_NormalizeSourceLength()
void set_NormalizeSourceLength(bool $Value)
Description
Use this property to specify if the size of the generated (imported) key should be normalized to the specified length.
The default value is True.
Discuss this help topic in SecureBlackbox Forum