EncryptionPropertyCollection.IndexOf(EncryptionProperty) Methode

Definitie

Bepaalt de index van een specifiek item in het EncryptionPropertyCollection object.

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

Parameters

value
EncryptionProperty

Het EncryptionProperty object dat in het EncryptionPropertyCollection object moet worden gevonden.

Retouren

De index van value indien gevonden in de verzameling; anders -1.

Van toepassing op