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 オブジェクトを取得します。

適用対象

こちらもご覧ください