Share via


EncryptionPropertyCollection.IndexOf(EncryptionProperty) Método

Definición

Determina el índice de un elemento específico del objeto 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

Parámetros

value
EncryptionProperty

Objeto EncryptionProperty que se va a buscar en el objeto EncryptionPropertyCollection.

Devoluciones

Índice de value si se encuentra en la colección; en caso contrario, -1.

Se aplica a