EncryptionPropertyCollection.IndexOf(EncryptionProperty) Methode

Definition

Bestimmt den Index eines bestimmten Elements im EncryptionPropertyCollection Objekt.

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

Parameter

value
EncryptionProperty

Das EncryptionProperty Objekt, das EncryptionPropertyCollection im Objekt gefunden werden soll.

Gibt zurück

Der Index, der value in der Auflistung gefunden wird; andernfalls -1.

Gilt für: