EncryptionPropertyCollection.IndexOf(EncryptionProperty) Method

Definition

Determines the index of a specific item in the 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

The EncryptionProperty object to locate in the EncryptionPropertyCollection object.

Returns

The index of value if found in the collection; otherwise, -1.

Applies to