CmsRecipientCollection.Item[Int32] プロパティ

定義

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

public:
 property System::Security::Cryptography::Pkcs::CmsRecipient ^ default[int] { System::Security::Cryptography::Pkcs::CmsRecipient ^ get(int index); };
public System.Security.Cryptography.Pkcs.CmsRecipient this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.Pkcs.CmsRecipient
Default Public ReadOnly Property Item(index As Integer) As CmsRecipient

パラメーター

index
Int32

コレクション内のインデックスを表す Int32 値。 インデックスは 0 から始まります。

プロパティ値

指定したインデックスにある CmsRecipient オブジェクトです。

例外

引数の値が、呼び出されたメソッドで定義されている許容範囲内に該当しません。

適用対象

こちらもご覧ください