Gets the description.

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

Syntax

C#
public static string GetDescription(
	string oid
)
Visual Basic
Public Shared Function GetDescription ( _
	oid As String _
) As String
Visual C++
public:
static String^ GetDescription(
	String^ oid
)

Parameters

oid
Type: System..::..String
The oid.

Return Value

The description of the OID

See Also