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指定索引处的对象。

例外

参数的值超出了所调用方法定义的可允许值范围。

适用于