Mentalis.org Security Library documentation

DistinguishedName.RemoveAt Method 

Removes the element at the specified index of the list.

[Visual Basic]
Public Sub RemoveAt( _
   ByVal index As Integer _
)
[C#]
public void RemoveAt(
   int index
);

Parameters

index
The zero-based index of the element to remove.

See Also

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