Searches for the specified Object and returns the zero-based index of the first occurrence within the entire list.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public int IndexOf(
	NameAttribute value
)
Visual Basic
Public Function IndexOf ( _
	value As NameAttribute _
) As Integer
Visual C++
public:
int IndexOf(
	NameAttribute value
)

Parameters

value
Type: LLCryptoLib.Security.Certificates..::..NameAttribute
The NameAttribute to locate in the list.

Return Value

The zero-based index of the first occurrence of value within the entire list, if found; otherwise, -1.

See Also