Hello,
I have found now, that you have implemented some security system in your libraries:
https://docs.devexpress.com/eXpressAppFramework/113366/concepts/security-system
There is mentioned several times that this system should be used in XAF. I'm not sure, if I understand, what XAF exactly means, but I would like to ask you, if it is possible to use this security system in WinForms?
Currently in our company we are using some our co-worker's extensions to the DX XPO, which adds e.g. some users management etc. There are ale some other extensions, so, I would like to switch back to some clean DX XPO. And the security system seems to me interesting from first point of view.
I need probably something like this:
* Users management.
* Permissions managements.
Both seems to be implemented in your security system. Is it really usable in WinForms? We have built several WinForms applications, so, I would like to preserve it as is with minimal changes. I expect to use some users and grant them permissions according tou current rquirments (e.g. allow/deny access to several parts of the applications, XPO objects etc.). Can I use it?
Best Regards,
Radim
Hi Radim,
I wanted to clarify whether you mainly want the UI part like in screenshots from https://docs.devexpress.com/eXpressAppFramework/113366/concepts/security-system or you want non-visual security APIs only? This is important and different solutions will apply.