Sets the license info

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Sub SetLicenseInfo ( _
	licensee As String, _
	productkey As String _
)
C#
void SetLicenseInfo(
	string licensee,
	string productkey
)
Visual C++
void SetLicenseInfo(
	String^ licensee, 
	String^ productkey
)
JavaScript
function setLicenseInfo(licensee, productkey);

Parameters

licensee
Type: System..::..String
The Licensee
productkey
Type: System..::..String

Remarks