Discuss this help topic in SecureBlackbox Forum

TElKeyMaterial.Bits

TElKeyMaterial     See also     


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


Specifies the length of the contained key 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

    Use this property to specify the length of the contained key in bits.

See also:     Generate     Load     Save    

Discuss this help topic in SecureBlackbox Forum