Discuss this help topic in SecureBlackbox Forum

TElECAlgorithmIdentifier.K1

TElECAlgorithmIdentifier     


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


Declaration

[C#]
    int K1;

[VB.NET]
    Property K1 As Integer

[Pascal]
    property K1 : integer;

[C++]
    int32_t get_K1();
    void set_K1(int32_t Value);

[PHP]
    integer get_K1()
    void set_K1(integer $Value)

[Java]
    int getK1();
    void setK1(int Value);

Description

    …

Discuss this help topic in SecureBlackbox Forum