Determines whether an element is in the list.

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

Syntax

C#
public bool Contains(
	NameAttribute value
)
Visual Basic
Public Function Contains ( _
	value As NameAttribute _
) As Boolean
Visual C++
public:
bool Contains(
	NameAttribute value
)

Parameters

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

Return Value

true if item is found in the list; otherwise, false.

See Also