Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.IsSignatureAlgorithm

TElAlgorithmIdentifier     See also     


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


Specifies if the algorithm could be used for signing.

Declaration

[C#]
    bool IsSignatureAlgorithm;

[VB.NET]
    Property IsSignatureAlgorithm As Boolean

[Pascal]
    property IsSignatureAlgorithm : boolean;

[C++]
    bool get_IsSignatureAlgorithm();

[PHP]
    bool get_IsSignatureAlgorithm()

[Java]
    boolean getIsSignatureAlgorithm();

Description

    This read-only property is True if the algorithm is a signature algorithm. Otherwise this property value is False.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum