Click or drag to resize

X509CTLEntryCollection Class

Note: This API is now obsolete.

Represents a collection of X509CTLEntry objects.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKIBasicCollectionX509CTLEntry
    System.Security.Cryptography.X509CertificatesX509CTLEntryCollection

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[ObsoleteAttribute("X509CTLEntryCollection is replaced with X509CertificateTrustListEntryCollection class.")]
public class X509CTLEntryCollection : BasicCollection<X509CTLEntry>

The X509CTLEntryCollection type exposes the following members.

Constructors
  NameDescription
Public methodX509CTLEntryCollection
Initializes a new instance of the X509CTLEntryCollection class
Top
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 an X509CTLEntry object from the X509CTLEntryCollection object by certificate's Thumbprint value.
Top
Methods
  NameDescription
Public methodAdd
Adds an X509CTLEntry object to the X509CTLEntryCollection object.
(Overrides BasicCollectionTAdd(T).)
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 methodClose
Closes current collection state and makes it read-only. The collection cannot be modified further.
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