Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClient.Options

TElCustomTSPClient     See also     


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


Specifies TSP options.

Declaration

[C#/Java]
    TSBTSPOptions Options;
    TSBTSPOptions = int;
    
    TSBTSPOptions represents a bit mask which contains zero or more bit flags as defined by TSBTSPOption

[VB.NET]
    Property Options As TSBTSPOptions
    TSBTSPOptions As Integer
    
    TSBTSPOptions represents a bit mask which contains zero or more bit flags as defined by TSBTSPOption

[Pascal]
    property Options : TSBTSPOptions;
    TSBTSPOptions = set of TSBTSPOption;

[C++]
    TSBTSPOptions get_Options();
    void set_Options(TSBTSPOptions Value);

[PHP]
    integer get_Options()
    void set_Options(integer $Value)

Possible values:


Description

    Use this property to specify various TSP options.

See also:     ReqPolicy    

Discuss this help topic in SecureBlackbox Forum