Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.IsPublicKeyAlgorithm

TElAlgorithmIdentifier     See also     


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


Specifies, if the algorithm is a public key algorithm.

Declaration

[C#]
    bool IsPublicKeyAlgorithm;

[VB.NET]
    Property IsPublicKeyAlgorithm As Boolean

[Pascal]
    property IsPublicKeyAlgorithm : boolean;

[C++]
    bool get_IsPublicKeyAlgorithm();

[PHP]
    bool get_IsPublicKeyAlgorithm()

[Java]
    boolean getIsPublicKeyAlgorithm();

Description

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

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum