EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPServer.ProcessRequest

TElOCSPServer    


 

Processes the request sent by client.

 
 

Declaration

[C#]
    int ProcessRequest(byte[] Request, ref byte[] Reply);

[VB.NET]
    Function ProcessRequest(ByVal Request As Byte(), ByRef Reply As Byte()) As Integer

[Pascal]
    function ProcessRequest(const Request : ByteArray; var Reply : ByteArray) : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Request - request to be processed
  • Reply - reply to be sent
 
 

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 processes requests from client and fires OnCertificateCheck event for each certificate. The reply is put to Reply parameter and then it can be sent back to the client.

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