Share via


RecipientInfoCollection.Item[Int32] Özellik

Tanım

özelliği, Item[Int32] nesnesini koleksiyonda belirtilen dizinde alır 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

Parametreler

index
Int32

Koleksiyondaki dizini temsil eden bir int değeri. Dizin sıfır tabanlıdır.

Özellik Değeri

RecipientInfo Belirtilen dizindeki bir nesne.

Özel durumlar

Bağımsız değişkenin değeri, çağrılan yöntem tarafından tanımlanan izin verilen değer aralığının dışındaydı.

Şunlara uygulanır