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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_CreateObject ( _
	hSession As Integer, _
	attrsColl As ICollection, _
	<OutAttribute> ByRef hObject As Integer _
) As Integer
C#
public abstract int C_CreateObject(
	int hSession,
	ICollection attrsColl,
	out int hObject
)
Visual C++
public:
virtual int C_CreateObject(
	int hSession, 
	ICollection^ attrsColl, 
	[OutAttribute] int% hObject
) abstract
JavaScript
function c_CreateObject(hSession, attrsColl, hObject);

Parameters

hSession
Type: System..::..Int32
attrsColl
Type: System.Collections..::..ICollection
hObject
Type: System..::..Int32%

See Also