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

Syntax

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

Parameters

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

See Also