Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClient.RequestFormat

TElCustomTSPClient     See also     


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


Specifies the format of the TSP request.

Declaration

[C#]
    TSBTSPRequestFormat RequestFormat;

[VB.NET]
    Property RequestFormat As TSBTSPRequestFormat

[Pascal]
    property RequestFormat : TSBTSPRequestFormat;

[C++]
    TSBTSPRequestFormat get_RequestFormat();
    void set_RequestFormat(TSBTSPRequestFormat Value);

[PHP]
    integer get_RequestFormat()
    void set_RequestFormat(integer $Value)

[Java]
    int getRequestFormat();
    void setRequestFormat(int Value);

Possible values:

Description

    Use this property to specify the format of the request sent to TSA. The default value is tsfRFC3161

See also:     Options     TElCMSTimestamp    

Discuss this help topic in SecureBlackbox Forum