OCSPSingleResponseCollection Class

Represents a collection of OCSPSingleResponse objects.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.0
C#
public class OCSPSingleResponseCollection : BasicCollection<OCSPSingleResponse>
Inheritance
Object    BasicCollectionOCSPSingleResponse    OCSPSingleResponseCollection

Constructors

OCSPSingleResponseCollection Initializes a new instance of the OCSPSingleResponseCollection class without any OCSPSingleResponse information.
OCSPSingleResponseCollection(IEnumerableOCSPSingleResponse) Initializes a new instance of the OCSPSingleResponseCollection class from an existing collection of items.

Properties

Count
(Inherited from BasicCollectionOCSPSingleResponse)
IsReadOnly
(Inherited from BasicCollectionOCSPSingleResponse)
Item
(Inherited from BasicCollectionOCSPSingleResponse)

Methods

Add
(Inherited from BasicCollectionOCSPSingleResponse)
AddRange
(Inherited from BasicCollectionOCSPSingleResponse)
Clear
(Inherited from BasicCollectionOCSPSingleResponse)
Contains
(Inherited from BasicCollectionOCSPSingleResponse)
CopyTo
(Inherited from BasicCollectionOCSPSingleResponse)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator
(Inherited from BasicCollectionOCSPSingleResponse)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
IndexOf
(Inherited from BasicCollectionOCSPSingleResponse)
Insert
(Inherited from BasicCollectionOCSPSingleResponse)
MemberwiseClone
(Inherited from Object)
Remove
(Inherited from BasicCollectionOCSPSingleResponse)
RemoveAt
(Inherited from BasicCollectionOCSPSingleResponse)
ToString
(Inherited from Object)

Fields

InternalList
(Inherited from BasicCollectionOCSPSingleResponse)

See Also