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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_GetAttributeValue ( _
	hSession As Integer, _
	hObject As Integer, _
	attrsColl As ICollection _
) As Integer
C#
public abstract int C_GetAttributeValue(
	int hSession,
	int hObject,
	ICollection attrsColl
)
Visual C++
public:
virtual int C_GetAttributeValue(
	int hSession, 
	int hObject, 
	ICollection^ attrsColl
) abstract
JavaScript
function c_GetAttributeValue(hSession, hObject, attrsColl);

Parameters

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

See Also