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

Syntax

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

Parameters

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

See Also