Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#]
int SkipKeystreamBytes;
[VB.NET]
Property SkipKeystreamBytes As Integer
[Pascal]
property SkipKeystreamBytes : integer;
[C++]
int32_t get_SkipKeystreamBytes();
void set_SkipKeystreamBytes(int32_t Value);
[PHP]
integer get_SkipKeystreamBytes()
void set_SkipKeystreamBytes(integer $Value)
[Java]
int getSkipKeystreamBytes();
void setSkipKeystreamBytes(int Value);
Description
…
Discuss this help topic in SecureBlackbox Forum