Mentalis.org Security Library documentation

DistinguishedNameList.RemoveAt Method 

Removes the element at the specified index of the DistinguishedNameList.

[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.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex is less than zero -or- index is greater than Count.
NotSupportedExceptionThe DistinguishedNameList is read-only -or- the DistinguishedNameList has a fixed size.

See Also

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