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

Syntax

Visual Basic (Declaration)
Function Attach ( _
	cryptokilib As String _
) As Integer
C#
int Attach(
	string cryptokilib
)
Visual C++
int Attach(
	String^ cryptokilib
)
JavaScript
function attach(cryptokilib);

Parameters

cryptokilib
Type: System..::..String

See Also