EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPClient.CreateRequest

TElOCSPClient     See also    


 

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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

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

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

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

 
 

See also:     ProcessReply     ReplyProducedAt    

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