CryptographicAttributeObjectEnumerator クラス

定義

CryptographicAttributeObjectCollection コレクションの列挙機能を提供します。 このクラスは継承できません。

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
継承
CryptographicAttributeObjectEnumerator
実装

プロパティ

Current

現在の CryptographicAttributeObject オブジェクトを CryptographicAttributeObjectCollection コレクションから取得します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
MoveNext()

列挙子を CryptographicAttributeObject コレクションの次の CryptographicAttributeObjectCollection オブジェクトに進めます。

Reset()

列挙子を CryptographicAttributeObject コレクションの最初の CryptographicAttributeObjectCollection オブジェクトにリセットします。

ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

IEnumerator.Current

現在の CryptographicAttributeObject オブジェクトを CryptographicAttributeObjectCollection コレクションから取得します。

適用対象

こちらもご覧ください