LicenseManager.Uid Property

Retrieves a unique ID for your server. We generate server license keys using this UID.

Namespace:  BitMiracle.Docotic
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public static string Uid { get; }
VB
Public Shared ReadOnly Property Uid As String
	Get

Property Value

Type: String
Unique ID for this server.

See Also