public class OcspResponderRevocationConfigurationCollection : BasicCollection<OcspResponderRevocationConfiguration>Public Class OcspResponderRevocationConfigurationCollection
Inherits BasicCollection(Of OcspResponderRevocationConfiguration)public ref class OcspResponderRevocationConfigurationCollection : public BasicCollection<OcspResponderRevocationConfiguration^>type OcspResponderRevocationConfigurationCollection =
class
inherit BasicCollection<OcspResponderRevocationConfiguration>
end| OcspResponderRevocationConfigurationCollection | Initializes a new instance of the T class. |
| OcspResponderRevocationConfigurationCollection(IEnumerableOcspResponderRevocationConfiguration) | Initializes a new instance of the OcspResponderRevocationConfigurationCollection class |
| Count | (Inherited from BasicCollectionT) |
| IsReadOnly | (Inherited from BasicCollectionT) |
| ItemInt32 | (Inherited from BasicCollectionT) |
| ItemString | Gets Online Responder revocation configuration by name. If named configuration is not found, the indexer returns null. |
| 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) |
| InternalList |
Gets internal list.
(Inherited from BasicCollectionT) |