Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClient.ReqPolicy

TElCustomTSPClient     See also     


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


Specifies the TSA policy under which it should timestamp the response.

Declaration

[C#]
    byte[] ReqPolicy;

[VB.NET]
    Property ReqPolicy As Byte()

[Pascal]
    property ReqPolicy : ByteArray;

[C++]
    void get_ReqPolicy(std::vector<uint8_t> &OutResult);
    void set_ReqPolicy(const std::vector<uint8_t> &Value);

[PHP]
    string get_ReqPolicy()
    void set_ReqPolicy(array of byte|string|NULL $Value)

[Java]
    byte[] getReqPolicy();
    void setReqPolicy(byte[] V);

Parameters

  • V -

Description

    This property contains the reqPolicy field of the TSP request (please see the RFC #3161 for further information). Use of this property makes sense only if tsoIncludeReqPolicy option is on.

See also:     Options    

Discuss this help topic in SecureBlackbox Forum