CertificateResponseCollection Class
Namespace: System.Net.Security
Represents a collection of CertificateResponse objects.
Syntax
public class CertificateResponseCollection : System.Collections.CollectionBase
Public Class CertificateResponseCollection
Inherits System.Collections.CollectionBase
Remarks
The CertificateResponseCollection class is used to store and manage multiple CertificateResponse objects. This collection is typically used when multiple certificate responses are expected or need to be processed.
Inheritance Hierarchy
System.Object
→ System.Collections.CollectionBase
→ CertificateResponseCollection
Members
Constructors
| Name | Description |
|---|---|
| CertificateResponseCollection() | Initializes a new instance of the CertificateResponseCollection class. |
Properties
| Name | Description |
|---|---|
| Count | Gets the number of elements contained in the CollectionBase instance. |
| Item(Int32) | Gets or sets the element at the specified index. |
Methods
This class is part of the .NET Framework. For .NET Core and .NET 5+, consider using generic collections like `System.Collections.Generic.List`.