Discuss this help topic in SecureBlackbox Forum

TElSSHKey.Bits

TElSSHKey     


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


This read-only property specifies key length in bits.

Declaration

[C#]
    int Bits;

[VB.NET]
    Property Bits As Integer

[Pascal]
    property Bits : integer;

[C++]
    int32_t get_Bits();

[PHP]
    integer get_Bits()

[Java]
    int getBits();

Description

    This property specifies key length in bits.

Discuss this help topic in SecureBlackbox Forum