Gets Operation State
Namespace:
Cryptware.NCryptokiAssembly: 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 numberImplements
ISession..::..GetOperationState()()()()
Remarks
Call C_GetOperationState
Exceptions
Exception | Condition |
---|---|
Cryptware.NCryptoki..::..CryptokiException | if a PKCS#11 error occurs |