SignerInfoCollection.Item[Int32] Propriété

Définition

La Item[Int32] propriété récupère l’objet SignerInfo à l’index spécifié dans la collection.

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

Paramètres

index
Int32

Valeur int qui représente l’index dans la collection. L’index est de base zéro.

Valeur de propriété

Objet SignerInfo à l’index spécifié.

Exceptions

La valeur d’un argument était en dehors de la plage autorisée de valeurs telle que définie par la méthode appelée.

S’applique à