Mentalis.org Security Library documentation

DistinguishedName.Add Method 

Adds a NameAttribute to the end of the list.

[Visual Basic]
Public Function Add( _
   ByVal attribute As NameAttribute _
) As Integer
[C#]
public int Add(
   NameAttribute attribute
);

Parameters

attribute
The NameAttribute to be added to the end of the list.

Return Value

The index at which the value has been added.

See Also

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