EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElOCSPResponse.Responses

ElOCSPResponse     See also    


 

Contains a list of single OCSP responses.

 
 

Declaration

[C#]
    ElOCSPSingleResponse Responses[int Index];

[VB.NET]
    Property Responses(ByVal Index As Integer) As ElOCSPSingleResponse

[Pascal]
    property Responses[Index : integer] : TElOCSPSingleResponse;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired response in the list. The first response has Index = 0, the second has Index = 1, and so on
 
 

Description

    Use this property to get the desired SingleResponse element from the list. See RFC2560 for details.

 
 

See also:     ResponseCount    

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