Removes the first occurrence of a specific element from the list.

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

Syntax

C#
public void Remove(
	NameAttribute value
)
Visual Basic
Public Sub Remove ( _
	value As NameAttribute _
)
Visual C++
public:
void Remove(
	NameAttribute value
)

Parameters

value
Type: LLCryptoLib.Security.Certificates..::..NameAttribute
The NameAttribute to remove from the list.

See Also