CmsRecipientCollection クラス

定義

CmsRecipientCollection クラスは、一連の CmsRecipient オブジェクトを表します。 CmsRecipientCollection では、ICollection インターフェイスを実装します。

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

コンストラクター

CmsRecipientCollection()

CmsRecipientCollection() コンストラクターは、 CmsRecipientCollection クラスのインスタンスを作成します。

CmsRecipientCollection(CmsRecipient)

CmsRecipientCollection(CmsRecipient) コンストラクターは、CmsRecipientCollection クラスのインスタンスを作成し、指定された受取人を追加します。

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection)

CmsRecipientCollection(SubjectIdentifierType, X509Certificate2Collection) コンストラクターは、CmsRecipientCollection クラスのインスタンスを作成し、指定されたサブジェクト識別子と、その受取人を識別する一連の証明書に基づいて受取人を追加します。

プロパティ

Count

Count プロパティは、CmsRecipientCollection コレクション内のアイテム数を取得します。

IsSynchronized

IsSynchronized プロパティは、コレクションへのアクセスを同期させて、スレッド セーフにするかどうかを示します。 このプロパティは常に、コレクションがスレッド セーフではないことを意味する false を返します。

Item[Int32]

Item[Int32] プロパティは、コレクション内の指定したインデックス位置の CmsRecipient オブジェクトを取得します。

SyncRoot

SyncRoot プロパティは、Object コレクションへのアクセスを同期化するための CmsRecipientCollection オブジェクトを取得します。

メソッド

Add(CmsRecipient)

Add(CmsRecipient) メソッドは、受取人を CmsRecipientCollection コレクションに追加します。

CopyTo(Array, Int32)

CopyTo(Array, Int32) メソッドは、CmsRecipientCollection コレクションを配列にコピーします。

CopyTo(CmsRecipient[], Int32)

CopyTo(CmsRecipient[], Int32) メソッドは、CmsRecipientCollection コレクションを CmsRecipient 配列にコピーします。

Equals(Object)

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

(継承元 Object)
GetEnumerator()

GetEnumerator() メソッドは、CmsRecipientEnumerator コレクションの CmsRecipientCollection オブジェクトを返します。

GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
Remove(CmsRecipient)

Remove(CmsRecipient) メソッドは、受取人を CmsRecipientCollection コレクションから削除します。

ToString()

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

(継承元 Object)

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

ICollection.IsSynchronized

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

ICollection.SyncRoot

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

IEnumerable.GetEnumerator()

IEnumerable.GetEnumerator() メソッドは、CmsRecipientEnumerator コレクションの CmsRecipientCollection オブジェクトを返します。

拡張メソッド

Cast<TResult>(IEnumerable)

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

OfType<TResult>(IEnumerable)

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

AsParallel(IEnumerable)

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

AsQueryable(IEnumerable)

IEnumerableIQueryable に変換します。

適用対象