CryptographicAttributeObjectEnumerator 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.
Fournit une fonctionnalité d’énumération pour la collection CryptographicAttributeObjectCollection. Cette classe ne peut pas être héritée.
public ref class CryptographicAttributeObjectEnumerator sealed : System::Collections::IEnumerator
public sealed class CryptographicAttributeObjectEnumerator : System.Collections.IEnumerator
type CryptographicAttributeObjectEnumerator = class
interface IEnumerator
Public NotInheritable Class CryptographicAttributeObjectEnumerator
Implements IEnumerator
- Héritage
-
CryptographicAttributeObjectEnumerator
- Implémente
Propriétés
Current |
Obtient l'objet CryptographicAttributeObject en cours dans la collection CryptographicAttributeObjectCollection. |
Méthodes
Equals(Object) |
Détermine si l'objet spécifié est égal à l'objet actuel. (Hérité de Object) |
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) |
MoveNext() |
Avance l'énumération jusqu'à l'objet CryptographicAttributeObject suivant dans la collection CryptographicAttributeObjectCollection. |
Reset() |
Réinitialise l'énumération au premier objet CryptographicAttributeObject dans la collection CryptographicAttributeObjectCollection. |
ToString() |
Retourne une chaîne qui représente l'objet actuel. (Hérité de Object) |
Implémentations d’interfaces explicites
IEnumerator.Current |
Obtient l'objet CryptographicAttributeObject en cours dans la collection CryptographicAttributeObjectCollection. |