Inits this instance with the specified native cryptoki path.

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

Syntax

Visual Basic (Declaration)
Public Sub Init ( _
	cryptokiPath As String _
)
C#
public void Init(
	string cryptokiPath
)
Visual C++
public:
void Init(
	String^ cryptokiPath
)
JavaScript
function init(cryptokiPath);

Parameters

cryptokiPath
Type: System..::..String
The native cryptoki path.

See Also