Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.FieldType

TElECKeyMaterial     See also     


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


This property specifies underlying field type.

Declaration

[C#]
    int FieldType;

[VB.NET]
    Property FieldType As Integer

[Pascal]
    property FieldType : integer;

[C++]
    int32_t get_FieldType();
    void set_FieldType(int32_t Value);

[PHP]
    integer get_FieldType()
    void set_FieldType(integer $Value)

[Java]
    int getFieldType();
    void setFieldType(int Value);

Possible values:

Description

    Use this property to specify underlying field type.

See also:     FieldBits    

Discuss this help topic in SecureBlackbox Forum