Initializes a new NameAttribute instance.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public NameAttribute(
	string oid,
	string val
)
Visual Basic
Public Sub New ( _
	oid As String, _
	val As String _
)
Visual C++
public:
NameAttribute(
	String^ oid, 
	String^ val
)

Parameters

oid
Type: System..::..String
The object identifier of the attribute.
val
Type: System..::..String
The decoded value of the attribute.

See Also