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

Syntax

Visual Basic (Declaration)
Function OpenSession ( _
	flags As Integer _
) As Session
C#
Session OpenSession(
	int flags
)
Visual C++
Session^ OpenSession(
	int flags
)
JavaScript
function openSession(flags);

Parameters

flags
Type: System..::..Int32

See Also