EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPDFPublicKeyRevocationInfo.OCSPResponses

TElPDFPublicKeyRevocationInfo     See also    


 

Returns a desired OCSP response from the list.

 
 

Declaration

[C#]
    byte[] OCSPResponses[int Index];

[VB.NET]
    Property OCSPResponses(ByVal Index As Integer) As Byte()

[Pascal]
    property OCSPResponses[Index : integer] : ByteArray;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of the desired element in the list.
 
 

Description

    Use this read-only property to obtain individual OCSP responses from the list.

 
 

See also:     AddOCSPResponse     RemoveOCSPResponse     OCSPResponseCount    

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