Attach2s the native cryptoki.

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

Syntax

Visual Basic (Declaration)
Public MustOverride Function Attach2NativeCryptoki ( _
	strCryptokiLib As String, _
	strLicensee As String, _
	strProductKey As String _
) As Integer
C#
public abstract int Attach2NativeCryptoki(
	string strCryptokiLib,
	string strLicensee,
	string strProductKey
)
Visual C++
public:
virtual int Attach2NativeCryptoki(
	String^ strCryptokiLib, 
	String^ strLicensee, 
	String^ strProductKey
) abstract
JavaScript
function attach2NativeCryptoki(strCryptokiLib, strLicensee, strProductKey);

Parameters

strCryptokiLib
Type: System..::..String
The STR cryptoki lib.
strLicensee
Type: System..::..String
strProductKey
Type: System..::..String

Return Value

See Also