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.1
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 BasicCollectionT)
IsReadOnly
(Inherited from BasicCollectionT)
Item
(Inherited from BasicCollectionT)

Methods

Add
(Inherited from BasicCollectionT)
AddRange
(Inherited from BasicCollectionT)
Clear
(Inherited from BasicCollectionT)
Contains
(Inherited from BasicCollectionT)
CopyTo
(Inherited from BasicCollectionT)
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)

Fields

InternalList Gets internal list.
(Inherited from BasicCollectionT)

See Also