Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.IsEncryptionAlgorithm

TElAlgorithmIdentifier     See also     


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


Specifies whether the algorithm could be used for encryption.

Declaration

[C#]
    bool IsEncryptionAlgorithm;

[VB.NET]
    Property IsEncryptionAlgorithm As Boolean

[Pascal]
    property IsEncryptionAlgorithm : boolean;

[C++]
    bool get_IsEncryptionAlgorithm();

[PHP]
    bool get_IsEncryptionAlgorithm()

[Java]
    boolean getIsEncryptionAlgorithm();

Description

    This read-only property is True if the algorithm could be used to encrypt data. Otherwise this property value is False.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum