Gets Operation State

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

Syntax

Visual Basic (Declaration)
Public Function GetOperationState As Byte()
C#
public byte[] GetOperationState()
Visual C++
public:
virtual array<unsigned char>^ GetOperationState() sealed
JavaScript
function getOperationState();

Return Value

Generated number

Implements

ISession..::..GetOperationState()()()()

Remarks

Call C_GetOperationState

Exceptions

ExceptionCondition
Cryptware.NCryptoki..::..CryptokiExceptionif a PKCS#11 error occurs

See Also