Mentalis.org Security Library documentation

DistinguishedName.Insert Method 

Inserts an element into the list at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As NameAttribute _
)
[C#]
public void Insert(
   int index,
   NameAttribute value
);

Parameters

index
The zero-based index at which value should be inserted.
value
The NameAttribute to insert.

See Also

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