Removes the first occurrence of a specific object from the DistinguishedNameList.
[Visual Basic]
Public Sub Remove( _
ByVal value As DistinguishedName _
)
| Exception Type | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
| NotSupportedException | The DistinguishedNameList is read-only -or- the DistinguishedNameList has a fixed size. |
DistinguishedNameList Class | DistinguishedNameList Members | Org.Mentalis.Security.Certificates Namespace