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

int 值,表示集合中的索引。 索引以零起始。

屬性值

位於指定之索引處的 RecipientInfo 物件。

例外狀況

引數值超出呼叫方法所定義值的容許範圍。

適用於