EncryptionPropertyCollection.IndexOf(EncryptionProperty) Méthode

Définition

Détermine l'index d'un élément spécifique dans l'objet EncryptionPropertyCollection.

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

Paramètres

Retours

Int32

Index de value si celui-ci figure dans la collection, sinon -1.

S’applique à