Sets the license info

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

Syntax

Visual Basic (Declaration)
Public Sub SetLicenseInfo ( _
	licensee As String, _
	productKey As String _
)
C#
public void SetLicenseInfo(
	string licensee,
	string productKey
)
Visual C++
public:
virtual void SetLicenseInfo(
	String^ licensee, 
	String^ productKey
) sealed
JavaScript
function setLicenseInfo(licensee, productKey);

Parameters

licensee
Type: System..::..String
The Licensee
productKey
Type: System..::..String
The Produck Key

Implements

ICryptoki..::..SetLicenseInfo(String, String)

Remarks