Mentalis.org Security Library documentation

DistinguishedName.Remove Method 

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

[Visual Basic]
Public Sub Remove( _
   ByVal value As NameAttribute _
)
[C#]
public void Remove(
   NameAttribute value
);

Parameters

value
The NameAttribute to remove from the list.

See Also

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