CryptographicAttributeObjectCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Contient un ensemble d’objets CryptographicAttributeObject.
public ref class CryptographicAttributeObjectCollection sealed : System::Collections::ICollection
public sealed class CryptographicAttributeObjectCollection : System.Collections.ICollection
type CryptographicAttributeObjectCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class CryptographicAttributeObjectCollection
Implements ICollection
- Héritage
-
CryptographicAttributeObjectCollection
- Implémente
Exemples
Constructeurs
CryptographicAttributeObjectCollection() |
Initialise une nouvelle instance de la classe CryptographicAttributeObjectCollection. |
CryptographicAttributeObjectCollection(CryptographicAttributeObject) |
Initialise une nouvelle instance de la classe CryptographicAttributeObjectCollection, ajoutant un objet CryptographicAttributeObject spécifié à la collection. |
Propriétés
Count |
Obtient le nombre d’éléments de la collection. |
IsSynchronized |
Obtient une valeur qui indique si l'accès à la collection est synchronisé, ou thread-safe. |
Item[Int32] |
Obtient l'objet CryptographicAttributeObject à l'index spécifié dans la collection. |
SyncRoot |
Obtient un objet Object utilisé pour synchroniser l'accès à la collection. |
Méthodes
Add(AsnEncodedData) |
Ajoute l'objet AsnEncodedData spécifié à la collection. |
Add(CryptographicAttributeObject) |
Ajoute l'objet CryptographicAttributeObject spécifié à la collection. |
CopyTo(CryptographicAttributeObject[], Int32) |
Copie la collection CryptographicAttributeObjectCollection dans un tableau d'objets CryptographicAttributeObject. |
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
GetEnumerator() |
Obtient un objet CryptographicAttributeObjectEnumerator pour la collection. |
GetHashCode() |
Fait office de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obtient le Type de l'instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Object actuel. (Hérité de Object) |
Remove(CryptographicAttributeObject) |
Supprime l'objet CryptographicAttributeObject spécifié de la collection. |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |
Implémentations d’interfaces explicites
ICollection.CopyTo(Array, Int32) |
Copie les éléments de cette collection CryptographicAttributeObjectCollection dans un tableau Array, en commençant à un index particulier. |
ICollection.IsSynchronized |
Obtient une valeur indiquant si l’accès à ICollection est synchronisé (thread-safe). |
ICollection.SyncRoot |
Obtient un objet qui peut être utilisé pour synchroniser l’accès à ICollection. |
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein de la collection CryptographicAttributeObjectCollection. |
Méthodes d’extension
Cast<TResult>(IEnumerable) |
Effectue un cast des éléments d'un IEnumerable vers le type spécifié. |
OfType<TResult>(IEnumerable) |
Filtre les éléments d'un IEnumerable en fonction du type spécifié. |
AsParallel(IEnumerable) |
Active la parallélisation d'une requête. |
AsQueryable(IEnumerable) |
Convertit un IEnumerable en IQueryable. |