Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.IsStreamCipher

TElSymmetricCrypto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     AlgId    

Discuss this help topic in SecureBlackbox Forum