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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_OpenSession ( _
	slotID As Integer, _
	flags As Integer, _
	<OutAttribute> ByRef phSession As Integer _
) As Integer
C#
public abstract int C_OpenSession(
	int slotID,
	int flags,
	out int phSession
)
Visual C++
public:
virtual int C_OpenSession(
	int slotID, 
	int flags, 
	[OutAttribute] int% phSession
) abstract
JavaScript
function c_OpenSession(slotID, flags, phSession);

Parameters

slotID
Type: System..::..Int32
flags
Type: System..::..Int32
phSession
Type: System..::..Int32%

See Also