The following tables list the members exposed by CertificateIdentifierCollection.
Name | Description | |
---|---|---|
![]() | CertificateIdentifierCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Count | Gets the number of elements contained in the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | SupportsAccessControl | Whether the store supports access control. |
![]() | SupportsCertificateAccessControl | Whether the store supports access control on certificates. |
![]() | SupportsCRLs | Whether the store support CRLs. |
![]() | SupportsPrivateKeys | Whether the store supports private keys. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a certificate to the store. |
![]() | AddCRL | Adds a CRL to the store. |
![]() | AddRange | Adds the elements of the specified collection to the end of the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | AsReadOnly | Returns a read-only ReadOnlyCollection wrapper for the current collection. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | BinarySearch | Overloaded. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Clear | Removes all elements from the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Clone | Creates a new object that is a copy of the current instance. |
![]() | Close | Closes the store. |
![]() | Contains | Determines whether an element is in the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | ConvertAll | Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | CopyTo | Overloaded. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Delete | Deletes a certificate from the store. |
![]() | DeleteCRL | Removes a CRL from the store. |
![]() | Dispose | Frees any unmanaged resources. |
![]() | Enumerate | Enumerates the certificates in the store. |
![]() | EnumerateCRLs | Overloaded. Returns the CRLs in the store. |
![]() | Exists | Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | FindByThumbprint | Finds the certificate with the specified thumprint. |
![]() | FindIndex | Overloaded. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | FindLastIndex | Overloaded. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | ForEach | Performs the specified action on each element of the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | GetAccessRules | Overloaded. Returns the access rules that are currently applied to the store. |
![]() | GetEnumerator | Returns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | GetPrivateKeyFilePath | Returns the file containing the private key for the specified certificate. |
![]() | GetRange | Creates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | IndexOf | Overloaded. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Insert | Inserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | InsertRange | Inserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | IsRevoked | Checks if issuer has revoked the certificate. |
![]() | LastIndexOf | Overloaded. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Open | Opens the store at the specified location. |
![]() | Remove | Removes the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | RemoveAt | Removes the element at the specified index of the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | RemoveRange | Removes a range of elements from the List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | Reverse | Overloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | SetAccessRules | Overloaded. Sets the access rules that are currently applied to the store. |
![]() | Sort | Overloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | ToArray | Copies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | TrimExcess | Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |
![]() | TrueForAll | Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<CertificateIdentifier>) |