RecipientInfoCollection.Item[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 对象。
例外
参数值超出了被调用方法定义的允许值范围。