Discuss this help topic in SecureBlackbox Forum

TElKeyMaterial.Algorithm

TElKeyMaterial     See also     


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


Specifies the algorithm of the key

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : integer;

[C++]
    int32_t get_Algorithm();

[PHP]
    integer get_Algorithm()

[Java]
    int getAlgorithm();

Symmetric algorithms:

Public key algorithms:

Description

This read-only property specifies the algorithm, for which the key is suitable.

See also:         

Discuss this help topic in SecureBlackbox Forum