public CKR C_EX_SetActivationPassword(NativeULong slotId, byte[] password) { if (_disposed) { throw new ObjectDisposedException(GetType().FullName); } NativeULong rv = _rutokenDelegates.C_EX_SetActivationPassword(slotId, password); return((CKR)rv); }