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

Syntax

Visual Basic (Declaration)
Public MustOverride Function C_GetOperationState ( _
	hSession As Integer, _
	pOperationState As IList(Of Byte) _
) As Integer
C#
public abstract int C_GetOperationState(
	int hSession,
	IList<byte> pOperationState
)
Visual C++
public:
virtual int C_GetOperationState(
	int hSession, 
	IList<unsigned char>^ pOperationState
) abstract
JavaScript
function c_GetOperationState(hSession, pOperationState);

Parameters

hSession
Type: System..::..Int32
pOperationState
Type: System.Collections.Generic..::..IList<(Of <(Byte>)>)

See Also