Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.CreateRequest

TElOCSPClient     See also     


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


Creates data array that will be sent to the server.

Declaration

[C#]
    int CreateRequest(ref byte[] Request);

[VB.NET]
    Function CreateRequest(ByRef Request As Byte()) As Integer

[Pascal]
    function CreateRequest(var Request : ByteArray) : integer;

[C++]
    int32_t CreateRequest(std::vector<uint8_t> &Request);

[PHP]
    integer CreateRequest(array of byte|string &$Request)

[Java]
    int createRequest(TElOCSPClientRequest Request);

Parameters

  • Request - binary array of raw data that will be sent to the server

Return value

    0 on success;
    Error otherwise.

Possible errors values:

Description

    Before request is created, the CertStorage property must be set.

See also:     ProcessReply     ReplyProducedAt    

Discuss this help topic in SecureBlackbox Forum