public C_SetOperationState ( ulong session, byte operationState, ulong operationStateLen, ulong encryptionKey, ulong authenticationKey ) : CKR | ||
session | ulong | The session's handle |
operationState | byte | Saved session state |
operationStateLen | ulong | Length of saved session state |
encryptionKey | ulong | Handle to the key which will be used for an ongoing encryption or decryption operation in the restored session or CK_INVALID_HANDLE if not needed |
authenticationKey | ulong | Handle to the key which will be used for an ongoing operation in the restored session or CK_INVALID_HANDLE if not needed |
return | CKR |