SignerInfoCollection.Item[Int32] Propiedad

Definición

La Item[Int32] propiedad recupera el SignerInfo objeto 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

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

Valor de propiedad

Objeto SignerInfo 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