EncryptionPropertyCollection.IndexOf(EncryptionProperty) Метод

Определение

Определяет индекс определенного элемента в объекте 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

Параметры

value
EncryptionProperty

Объект EncryptionProperty , который нужно найти в объекте EncryptionPropertyCollection .

Возвращаемое значение

Индекс, найденный value в коллекции; в противном случае — значение -1.

Применяется к