RecipientInfoCollection.Item[Int32] Propiedad

Definición

La Item[Int32] propiedad recupera el RecipientInfo objeto en el índice especificado de la colección.

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

Parámetros

index
Int32

Valor int que representa el índice de la colección. El índice está basado en cero.

Valor de propiedad

Objeto RecipientInfo en el índice especificado.

Excepciones

El valor de un argumento estaba fuera del intervalo permitido de valores tal como se define en el método llamado.

Se aplica a