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

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(False)> _
Public Function OpenSession ( _
	flags As Integer, _
	app As Object, _
	notify As Delegate _
) As Session
C#
[ComVisibleAttribute(false)]
public Session OpenSession(
	int flags,
	Object app,
	Delegate notify
)
Visual C++
[ComVisibleAttribute(false)]
public:
Session^ OpenSession(
	int flags, 
	Object^ app, 
	Delegate^ notify
)
JavaScript
function openSession(flags, app, notify);

Parameters

flags
Type: System..::..Int32
app
Type: System..::..Object
notify
Type: System..::..Delegate

See Also