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

一个表示集合中的索引的整数值。 索引是从零开始的。

属性值

指定索引处的 RecipientInfo 对象。

例外

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

适用于