X509Certificate2Collection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an object to the end of the X509Certificate2Collection object. |
![]() | AddRange | Overloaded. Adds multiple X509Certificate2 objects to an X509Certificate2Collection object. |
![]() | Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Inherited from CollectionBase.) |
![]() | Contains | Overloaded. Determines whether a X509Certificate2Collection object contains a specific certificate. |
![]() | CopyTo | Copies the X509Certificate values in the current X509CertificateCollection to a one-dimensional Array instance at the specified index. (Inherited from X509CertificateCollection.) |
![]() | Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
![]() | Export | Overloaded. Exports X.509 certificate information based on content type into a byte array. |
![]() | Find | Searches an X509Certificate2Collection object using the search criteria specified by the X509FindType enumeration and the findValue object. |
![]() | GetEnumerator | Returns an enumerator that can iterate through a X509Certificate2Collection object. |
![]() | GetHashCode | Builds a hash value based on all values contained in the current X509CertificateCollection. (Inherited from X509CertificateCollection.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Import | Overloaded. Imports a certificate into a X509Certificate2Collection object. |
![]() | IndexOf | Returns the index of the specified X509Certificate in the current X509CertificateCollection. (Inherited from X509CertificateCollection.) |
![]() | Insert | Overloaded. Inserts an object into the X509Certificate2Collection object at the specified index. |
![]() ![]() | ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
![]() | Remove | Overloaded. Removes the first occurrence of a certificate from the X509Certificate2Collection object. |
![]() | RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Inherited from CollectionBase.) |
![]() | RemoveRange | Overloaded. Removes multiple X509Certificate2 objects from an X509Certificate2Collection object. |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnClear | Performs additional custom processes when clearing the contents of the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnClearComplete | Performs additional custom processes after clearing the contents of the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnInsertComplete | Performs additional custom processes after inserting a new element into the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnRemoveComplete | Performs additional custom processes after removing an element from the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnSetComplete | Performs additional custom processes after setting a value in the CollectionBase instance. (Inherited from CollectionBase.) |
![]() | OnValidate | Performs additional custom processes when validating a value. (Inherited from CollectionBase.) |
Show: