Mentalis.org Security Library documentation

NameAttribute Constructor 

Initializes a new NameAttribute instance.

[Visual Basic]
Public Sub New( _
   ByVal oid As String, _
   ByVal val As String _
)
[C#]
public NameAttribute(
   string oid,
   string val
);

Parameters

oid
The object identifier of the attribute.
val
The decoded value of the attribute.

See Also

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