public class OCSPSingleRequestCollection : BasicCollection<OCSPSingleRequest>Public Class OCSPSingleRequestCollection
Inherits BasicCollection(Of OCSPSingleRequest)public ref class OCSPSingleRequestCollection : public BasicCollection<OCSPSingleRequest^>type OCSPSingleRequestCollection =
class
inherit BasicCollection<OCSPSingleRequest>
end| OCSPSingleRequestCollection | Initializes a new instance of the OCSPSingleRequestCollection class without any OCSPSingleRequest information. |
| OCSPSingleRequestCollection(IEnumerableOCSPSingleRequest) | Initializes a new instance of the OCSPSingleRequestCollection class from a collection of OCSPSingleRequest objects. |
| Count | (Inherited from BasicCollectionT) |
| IsReadOnly | (Inherited from BasicCollectionT) |
| ItemInt32 | (Inherited from BasicCollectionT) |
| ItemString | Gets an OCSPSingleRequest object from the OCSPSingleRequestCollection object by revoked certificate's serial number. |
| Add | (Inherited from BasicCollectionT) |
| AddRange | (Inherited from BasicCollectionT) |
| Clear | (Inherited from BasicCollectionT) |
| Contains | (Inherited from BasicCollectionT) |
| CopyTo | (Inherited from BasicCollectionT) |
| Encode | Encodes the collection of OCSPSingleResponse to a ASN.1-encoded byte array. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | (Inherited from BasicCollectionT) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| IndexOf | (Inherited from BasicCollectionT) |
| Insert | (Inherited from BasicCollectionT) |
| MemberwiseClone | (Inherited from Object) |
| Remove | (Inherited from BasicCollectionT) |
| RemoveAt | (Inherited from BasicCollectionT) |
| ToString | (Inherited from Object) |
| InternalList |
Gets internal list.
(Inherited from BasicCollectionT) |