Initializes a new instance of the DigitalSigner class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	cryptokiPath As String _
)
C#
public DigitalSigner(
	string cryptokiPath
)
Visual C++
public:
DigitalSigner(
	String^ cryptokiPath
)
JavaScript
Cryptware.NDigitSign.DigitalSigner = function(cryptokiPath);

Parameters

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

See Also