CryptographicAttributeObjectCollection クラス

定義

CryptographicAttributeObject オブジェクトのセットを格納します。

public ref class CryptographicAttributeObjectCollection sealed : System::Collections::ICollection
public sealed class CryptographicAttributeObjectCollection : System.Collections.ICollection
type CryptographicAttributeObjectCollection = class
    interface ICollection
    interface IEnumerable
Public NotInheritable Class CryptographicAttributeObjectCollection
Implements ICollection
継承
CryptographicAttributeObjectCollection
実装

CryptographicAttributeObject

コンストラクター

CryptographicAttributeObjectCollection()

CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化します。

CryptographicAttributeObjectCollection(CryptographicAttributeObject)

CryptographicAttributeObjectCollection クラスの新しいインスタンスを初期化し、指定した CryptographicAttributeObject をコレクションに追加します。

プロパティ

Count

コレクション内の項目の数を取得します。

IsSynchronized

コレクションへのアクセスが同期されている、つまりスレッド セーフであるかどうかを示す値を取得します。

Item[Int32]

コレクション内の指定したインデックス位置の CryptographicAttributeObject オブジェクトを取得します。

SyncRoot

コレクションへのアクセスを同期するために使用する Object オブジェクトを取得します。

メソッド

Add(AsnEncodedData)

指定した AsnEncodedData オブジェクトをコレクションに追加します。

Add(CryptographicAttributeObject)

指定した CryptographicAttributeObject オブジェクトをコレクションに追加します。

CopyTo(CryptographicAttributeObject[], Int32)

CryptographicAttributeObjectCollection コレクションを CryptographicAttributeObject オブジェクトの配列にコピーします。

Equals(Object)

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

(継承元 Object)
GetEnumerator()

コレクションの CryptographicAttributeObjectEnumerator オブジェクトを取得します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
Remove(CryptographicAttributeObject)

指定した CryptographicAttributeObject オブジェクトをコレクションから削除します。

ToString()

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

(継承元 Object)

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

ICollection.CopyTo(Array, Int32)

特定のインデックスを開始位置として、CryptographicAttributeObjectCollection 配列に、この Array コレクションの要素をコピーします。

ICollection.IsSynchronized

ICollection へのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。

ICollection.SyncRoot

ICollection へのアクセスを同期するために使用できるオブジェクトを取得します。

IEnumerable.GetEnumerator()

CryptographicAttributeObjectCollection コレクションを反復処理する列挙子を返します。

拡張メソッド

Cast<TResult>(IEnumerable)

IEnumerable の要素を、指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定された型に基づいて IEnumerable の要素をフィルター処理します。

AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象