Back to product page

KeySize property


Default key size for selected algorithm.

Type

An Integer value. Size of the key for selected algorithm type.

Syntax

  • Basic
object.KeySize
The KeySize(object) syntax has these parts:
objectAn expression evaluating to an object of type wodCrypt.

Remarks

KeySize determines the size of the key used by the selected algorithm. This means that all keys larger than this value will be truncated, and all keys smaller than the specified size will have spaces appended to them.

Platforms

Windows