CryptographicAttributeObjectEnumerator Třída
Definice
Poskytuje funkce výčtu CryptographicAttributeObjectCollection kolekce.Provides enumeration functionality for the CryptographicAttributeObjectCollection collection. Tuto třídu nelze zdědit.This class cannot be inherited.
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
- Dědičnost
-
CryptographicAttributeObjectEnumerator
- Implementuje
Vlastnosti
Current |
Získá aktuální CryptographicAttributeObject objekt z CryptographicAttributeObjectCollection kolekce.Gets the current CryptographicAttributeObject object from the CryptographicAttributeObjectCollection collection. |
Metody
Equals(Object) |
Určí, zda se zadaný objekt rovná aktuálnímu objektu.Determines whether the specified object is equal to the current object. (Zděděno od Object) |
GetHashCode() |
Slouží jako výchozí funkce hash.Serves as the default hash function. (Zděděno od Object) |
GetType() |
Získá Type aktuální instanci.Gets the Type of the current instance. (Zděděno od Object) |
MemberwiseClone() |
Vytvoří kopii aktuálního seznamu Object .Creates a shallow copy of the current Object. (Zděděno od Object) |
MoveNext() |
Posune výčet na další CryptographicAttributeObject objekt v CryptographicAttributeObjectCollection kolekci.Advances the enumeration to the next CryptographicAttributeObject object in the CryptographicAttributeObjectCollection collection. |
Reset() |
Obnoví výčet na první CryptographicAttributeObject objekt v CryptographicAttributeObjectCollection kolekci.Resets the enumeration to the first CryptographicAttributeObject object in the CryptographicAttributeObjectCollection collection. |
ToString() |
Vrátí řetězec, který představuje aktuální objekt.Returns a string that represents the current object. (Zděděno od Object) |
Explicitní implementace rozhraní
IEnumerator.Current |
Získá aktuální CryptographicAttributeObject objekt z CryptographicAttributeObjectCollection kolekce.Gets the current CryptographicAttributeObject object from the CryptographicAttributeObjectCollection collection. |