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
一个表示集合中的索引的 int 值。 索引基于零。
属性值
RecipientInfo指定索引处的对象。
例外
参数的值超出了所调用方法定义的可允许值范围。