Discuss this help topic in SecureBlackbox Forum
Specifies whether the symmetric algorithm is a stream cipher.
Declaration
[C#]
bool IsStreamCipher;
[VB.NET]
Property IsStreamCipher As Boolean
[Pascal]
property IsStreamCipher : boolean;
[C++]
bool get_IsStreamCipher();
[PHP]
bool get_IsStreamCipher()
[Java]
boolean getIsStreamCipher();
Description
Use this property to check whether AlgId is a stream algorithm.
Discuss this help topic in SecureBlackbox Forum