EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.PerformRequest

TElOCSPClient     See also    


 

Performs request to the server.

 
 

Declaration

[C#]
    virtual int PerformRequest(ref TElOCSPServerError ServerResult, ref byte[] Reply);

[VB.NET]
    Overridable Function PerformRequest(ByRef ServerResult As TElOCSPServerError, ByRref Reply As Byte()) As Integer

[Pascal]
    function PerformRequest(var ServerResult : TElOCSPServerError; var Reply : ByteArray) : integer; virtual;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • ServerResult - result of server processing the request
  • Reply - raw data reply
 
 

Return value

    0 on success;
    Error otherwise.

 
 

Possible errors values:

Definition Value
SB_OCSP_ERROR_NO_CERTIFICATES 79873 (0x13801)
SB_OCSP_ERROR_NO_ISSUER_CERTIFICATES 79874 (0x13802)
SB_OCSP_ERROR_WRONG_DATA 79875 (0x13803)
SB_OCSP_ERROR_NO_EVENT_HANDLER 79876 (0x13804)
SB_OCSP_ERROR_NO_PARAMETERS 79877 (0x13805)
SB_OCSP_ERROR_NO_REPLY 79878 (0x13806)
SB_OCSP_ERROR_WRONG_SIGNATURE 79879 (0x13807)
SB_OCSP_ERROR_UNSUPPORTED_ALGORITHM 79880 (0x13808)
Declared in
[.NET] [Pascal]
Namespace: SBOCSPCommon
Assembly: SecureBlackbox
Unit: SBOCSPCommon

 
 

Description

    This method is virtual, it should be used in descendant classes only. It creates a request, transfers it to the server, then retrieves and processes the reply, and returns the result.

 
 

See also:     CreateRequest     ProcessReply    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation