Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.FieldBits

TElECKeyMaterial     See also     


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


Bit size of underlying field.

Declaration

[C#]
    int FieldBits;

[VB.NET]
    Property FieldBits As Integer

[Pascal]
    property FieldBits : integer;

[C++]
    int32_t get_FieldBits();

[PHP]
    integer get_FieldBits()

[Java]
    int getFieldBits();

Description

    Use this property to specify bit size of underlying field.

See also:     FieldType    

Discuss this help topic in SecureBlackbox Forum