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

Syntax

Visual Basic (Declaration)
Public Function SetOperationState ( _
	data As Byte(), _
	encKey As Key, _
	autKey As Key _
) As Integer
C#
public int SetOperationState(
	byte[] data,
	Key encKey,
	Key autKey
)
Visual C++
public:
virtual int SetOperationState(
	[InAttribute] array<unsigned char>^ data, 
	Key^ encKey, 
	Key^ autKey
) sealed
JavaScript
function setOperationState(data, encKey, autKey);

Parameters

data
Type: array<System..::..Byte>[]()[]
encKey
Type: Cryptware.NCryptoki..::..Key
autKey
Type: Cryptware.NCryptoki..::..Key

Implements

ISession..::..SetOperationState(array<Byte>[]()[][], Key, Key)

See Also