RecipientInfoCollection.Item[Int32] プロパティ

定義

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

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

パラメーター

index
Int32

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

プロパティ値

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

例外

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

適用対象