EncryptionPropertyCollection.IndexOf(EncryptionProperty) Метод
Определение
Определяет индекс конкретного элемента в объекте EncryptionPropertyCollection.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
Параметры
- value
- EncryptionProperty
Объект EncryptionProperty, который необходимо найти в объекте EncryptionPropertyCollection.The EncryptionProperty object to locate in the EncryptionPropertyCollection object.
Возвращаемое значение
Индекс параметра value
, если оно найдено в коллекции, в противном случае — -1.The index of value
if found in the collection; otherwise, -1.