EncryptionPropertyCollection.Item(Int32) Méthode

Définition

Retourne l'objet EncryptionProperty à l'index spécifié.

public:
 System::Security::Cryptography::Xml::EncryptionProperty ^ Item(int index);
public System.Security.Cryptography.Xml.EncryptionProperty Item (int index);
member this.Item : int -> System.Security.Cryptography.Xml.EncryptionProperty
Public Function Item (index As Integer) As EncryptionProperty

Paramètres

index
Int32

Index de l'objet EncryptionProperty à retourner.

Retours

EncryptionProperty

Objet EncryptionProperty au niveau de l’index spécifié.

S’applique à