Discuss this help topic in SecureBlackbox Forum

TElAlgorithmIdentifier.Algorithm

TElAlgorithmIdentifier     See also     


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


Specifies the algorithm.

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : integer;

[C++]
    int32_t get_Algorithm();
    void set_Algorithm(int32_t Value);

[PHP]
    integer get_Algorithm()
    void set_Algorithm(integer $Value)

[Java]
    int getAlgorithm();
    void setAlgorithm(int Value);

Possible RSA algorithms:

Possible DSA algorithms:

Possible Diffie-Hellman algorithms:

Description

    Use this property to specify the SecureBlackbox-defined algorithm identifier.

See also:     AlgorithmOID     CreateByAlgorithm    

Discuss this help topic in SecureBlackbox Forum