Sets the state of the operation.

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

Syntax

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

Parameters

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

Return Value

See Also