Searches for the specified Object and returns the zero-based index of the first occurrence within the entire list.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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.