RecipientInfoCollection.Item[Int32] Свойство

Определение

Свойство Item[Int32] извлекает 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

Параметры

index
Int32

Значение int, представляющее индекс в коллекции. Индекс равен нулю.

Значение свойства

RecipientInfo Объект по указанному индексу.

Исключения

Значение аргумента было вне допустимого диапазона значений, определенных вызываемым методом.

Применяется к