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 in dem EncryptionPropertyCollection-Objekt gesucht werden soll.

Gibt zurück

Der Index von value, wenn das Element in der Auflistung gefunden wird, andernfalls -1.

Gilt für: