Removes the element at the specified index of the DistinguishedNameList.
[Visual Basic]
Public Sub RemoveAt( _
ByVal index As Integer _
)
| Exception Type | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero -or- index is greater than Count. |
| NotSupportedException | The DistinguishedNameList is read-only -or- the DistinguishedNameList has a fixed size. |
DistinguishedNameList Class | DistinguishedNameList Members | Org.Mentalis.Security.Certificates Namespace