RecipientInfoCollection.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 propriété Item[Int32] récupère l'objet RecipientInfo à l'index spécifié de la collection.
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
Paramètres
- index
- Int32
Valeur int qui représente l'index de la collection. L'index est de base zéro.
Valeur de propriété
Objet RecipientInfo au niveau de l'index spécifié.
Exceptions
La valeur d'un argument se trouvait en dehors de la plage de valeurs autorisées telle que la définit la méthode appelée.