Initializes a new instance of the Oid class.

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

Syntax

C#
public Oid(
	string id,
	string description
)
Visual Basic
Public Sub New ( _
	id As String, _
	description As String _
)
Visual C++
public:
Oid(
	String^ id, 
	String^ description
)

Parameters

id
Type: System..::..String
The id.
description
Type: System..::..String
The description.

See Also