Bagikan melalui


RecipientInfoCollection.Item[Int32] Properti

Definisi

Properti Item[Int32] mengambil RecipientInfo objek pada indeks yang ditentukan dalam koleksi.

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

Parameter

index
Int32

Nilai int yang mewakili indeks dalam koleksi. Indeks berbasis nol.

Nilai Properti

Objek RecipientInfo pada indeks yang ditentukan.

Pengecualian

Nilai argumen berada di luar rentang nilai yang diizinkan seperti yang didefinisikan oleh metode yang disebut.

Berlaku untuk