Discuss this help topic in SecureBlackbox Forum
Contains number of bits in the stream encryption key
Declaration
[C#]
int StreamEncryptionKeyBits;
[VB.NET]
Property StreamEncryptionKeyBits As Integer
[Pascal]
property StreamEncryptionKeyBits : integer;
[C++]
int32_t get_StreamEncryptionKeyBits();
void set_StreamEncryptionKeyBits(int32_t Value);
[PHP]
integer get_StreamEncryptionKeyBits()
void set_StreamEncryptionKeyBits(integer $Value)
[Java]
int getStreamEncryptionKeyBits();
void setStreamEncryptionKeyBits(int Value);
Description
This property specifies number of bits in the stream encryption key.
Discuss this help topic in SecureBlackbox Forum