SignerInfoCollection.Item[Int32] Propiedad

Definición

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

public:
 property System::Security::Cryptography::Pkcs::SignerInfo ^ default[int] { System::Security::Cryptography::Pkcs::SignerInfo ^ get(int index); };
public System.Security.Cryptography.Pkcs.SignerInfo this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.Pkcs.SignerInfo
Default Public ReadOnly Property Item(index As Integer) As SignerInfo

Parámetros

index
Int32

Un valor entero que representa el índice en la colección. El índice es de base cero.

Valor de propiedad

SignerInfo

Objeto SignerInfo en el índice especificado.

Excepciones

El valor de un argumento estaba fuera del intervalo de valores permitido definido por el método invocado.

Se aplica a