SignerInfoCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.