Discuss this help topic in SecureBlackbox Forum

TElECAlgorithmIdentifier.CompressPoints

TElECAlgorithmIdentifier     


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


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

    …

Discuss this help topic in SecureBlackbox Forum