EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElOCSPResponse.Save

TElOCSPResponse     See also    


 

Saves OCSP response data to a memory buffer.

 
 

Declaration

[C#]
    bool Save(ref byte[] Buffer, int StartIndex, ref int Size);

[VB.NET]
    Function Save(ByRef Buffer As Byte(), ByVal StartIndex As Integer, ByRef Size As Integer) As Boolean

[Pascal]
    function Save(Buffer : pointer; var Size : integer) : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Buffer - buffer where the data should be saved to
  • StartIndex - index of the first byte of the data to be saved in the Buffer
  • Size - size of the Buffer
 
 

Return value

    Returns True if the data has been saved successfully. False otherwise. If the size of the Buffer is smaller than required, parameter Size is set to the required value.

 
 

Description

    Use this method to save the OCSP response data to the memory buffer.

 
 

See also:     Load    

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