CryptographicAttributeObjectEnumerator Classe

Définition

Fournit des fonctionnalités d’énumération pour la CryptographicAttributeObjectCollection collection. 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

Nom Description
Current

Obtient l’objet actuel CryptographicAttributeObject de la CryptographicAttributeObjectCollection collection.

Méthodes

Nom Description
Equals(Object)

Détermine si l’objet spécifié est égal à l’objet actuel.

(Hérité de Object)
GetHashCode()

Sert de fonction de hachage par défaut.

(Hérité de Object)
GetType()

Obtient la Type de l’instance actuelle.

(Hérité de Object)
MemberwiseClone()

Crée une copie superficielle du Objectactuel.

(Hérité de Object)
MoveNext()

Avance l’énumération vers l’objet suivant CryptographicAttributeObject dans la CryptographicAttributeObjectCollection collection.

Reset()

Réinitialise l’énumération au premier CryptographicAttributeObject objet de la CryptographicAttributeObjectCollection collection.

ToString()

Retourne une chaîne qui représente l’objet actuel.

(Hérité de Object)

Implémentations d’interfaces explicites

Nom Description
IEnumerator.Current

Obtient l’objet actuel CryptographicAttributeObject de la CryptographicAttributeObjectCollection collection.

S’applique à

Voir aussi