Mentalis.org Security Library documentation

DistinguishedName.Contains Method 

Determines whether an element is in the list.

[Visual Basic]
Public Function Contains( _
   ByVal value As NameAttribute _
) As Boolean
[C#]
public bool Contains(
   NameAttribute value
);

Parameters

value
The NameAttribute to locate in the list.

Return Value

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

See Also

DistinguishedName Class | DistinguishedName Members | Org.Mentalis.Security.Certificates Namespace