RecipientInfoCollection.Item[Int32] Vlastnost

Definice

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

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

Parametry

index
Int32

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

Hodnota vlastnosti

Objekt RecipientInfo v zadaném indexu.

Výjimky

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

Platí pro