EncryptionPropertyCollection.IndexOf(EncryptionProperty) Metoda

Definice

Určuje index konkrétní položky v objektu 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

Parametry

value
EncryptionProperty

Objekt EncryptionProperty , který se má v objektu EncryptionPropertyCollection najít.

Návraty

Index , value pokud je nalezen v kolekci; v opačném případě hodnota -1.

Platí pro