CryptographicAttributeObjectEnumerator Klasa

Definicja

Udostępnia funkcje wyliczania dla kolekcji CryptographicAttributeObjectCollection . Klasa ta nie może być dziedziczona.

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
Dziedziczenie
CryptographicAttributeObjectEnumerator
Implementuje

Właściwości

Current

Pobiera bieżący CryptographicAttributeObject obiekt z kolekcji CryptographicAttributeObjectCollection .

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

(Odziedziczone po Object)
GetHashCode()

Służy jako domyślna funkcja skrótu.

(Odziedziczone po Object)
GetType()

Type Pobiera bieżące wystąpienie.

(Odziedziczone po Object)
MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
MoveNext()

Rozwija wyliczenie do następnego CryptographicAttributeObject obiektu w kolekcji CryptographicAttributeObjectCollection .

Reset()

Resetuje wyliczenie do pierwszego CryptographicAttributeObject obiektu w kolekcji CryptographicAttributeObjectCollection .

ToString()

Zwraca ciąg reprezentujący bieżący obiekt.

(Odziedziczone po Object)

Jawne implementacje interfejsu

IEnumerator.Current

Pobiera bieżący CryptographicAttributeObject obiekt z kolekcji CryptographicAttributeObjectCollection .

Dotyczy

Zobacz też