SignerInfoCollection.Item[Int32] 属性

定义

Item[Int32] 属性检索集合中指定索引处的 SignerInfo 对象。

public:
 property System::Security::Cryptography::Pkcs::SignerInfo ^ default[int] { System::Security::Cryptography::Pkcs::SignerInfo ^ get(int index); };
public System.Security.Cryptography.Pkcs.SignerInfo this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.Pkcs.SignerInfo
Default Public ReadOnly Property Item(index As Integer) As SignerInfo

参数

index
Int32

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

属性值

SignerInfo

SignerInfo指定索引处的对象。

例外

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

适用于