Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.CompressPoints

TElECKeyMaterial     See also     


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


This property specifies, whether to use points compression.

Declaration

[C#]
    bool CompressPoints;

[VB.NET]
    Property CompressPoints As Boolean

[Pascal]
    property CompressPoints : boolean;

[C++]
    bool get_CompressPoints();
    void set_CompressPoints(bool Value);

[PHP]
    bool get_CompressPoints()
    void set_CompressPoints(bool $Value)

[Java]
    boolean getCompressPoints();
    void setCompressPoints(boolean Value);

Description

    Set this property to True to use points compression.

See also:     HybridPoints    

Discuss this help topic in SecureBlackbox Forum