Share via


SignerInfoCollection.Item[Int32] Vlastnost

Definice

Vlastnost Item[Int32] načte SignerInfo objekt v zadaném indexu v kolekci.

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

Parametry

index
Int32

Hodnota int, která představuje index v kolekci. Index je založený na nule.

Hodnota vlastnosti

Objekt SignerInfo v zadaném indexu.

Výjimky

Hodnota argumentu byla mimo povolený rozsah hodnot definovaný volanou metodou.

Platí pro