Click or drag to resize

OcspResponderRevocationConfigurationCollection Class

Represents a collection of Online Responder revocation configurations.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKIBasicCollectionOcspResponderRevocationConfiguration
    SysadminsLV.PKI.Management.CertificateServicesOcspResponderRevocationConfigurationCollection

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class OcspResponderRevocationConfigurationCollection : BasicCollection<OcspResponderRevocationConfiguration>

The OcspResponderRevocationConfigurationCollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollectionT.
(Inherited from BasicCollectionT.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from BasicCollectionT.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from BasicCollectionT.)
Public propertyItemString
Gets Online Responder revocation configuration by name. If named configuration is not found, the indexer returns null.
Top
Methods
  NameDescription
Public methodAdd
Adds an item to the ICollectionT.
(Inherited from BasicCollectionT.)
Public methodAddRange
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.
(Inherited from BasicCollectionT.)
Public methodClear
Removes all items from the ICollectionT.
(Inherited from BasicCollectionT.)
Public methodContains
Determines whether the ICollectionT contains a specific value.
(Inherited from BasicCollectionT.)
Public methodCopyTo
Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from BasicCollectionT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from BasicCollectionT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the IListT.
(Inherited from BasicCollectionT.)
Public methodInsert
Inserts an item to the IListT at the specified index.
(Inherited from BasicCollectionT.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from BasicCollectionT.)
Public methodRemoveAt
Removes the IListT item at the specified index.
(Inherited from BasicCollectionT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Explicit Interface Implementations
See Also