Adds a DistinguishedName to the end of the DistinguishedNameList.
[Visual Basic]
Public Function Add( _
ByVal value As DistinguishedName _
) As Integer
The list index at which the value has been added.
Exception Type | Condition |
---|---|
ArgumentNullException | value is a null reference (Nothing in Visual Basic). |
NotSupportedException | The list is read-only -or- the list has a fixed size. |
DistinguishedNameList Class | DistinguishedNameList Members | Org.Mentalis.Security.Certificates Namespace