E
enantiomer
I am researching the compact framework in order to port some of our
application functionality to a mobile device. Our application uses a
services base architecture with a service project and a common business
objects project.
My problem is that it seems as though the compact framework doesn't
support IPrincipal and IIdentity (or anything from the Principal
namespace for that matter). This is a problem because we were using an
IPrincipal to authenticate on each and every service method call.
Is what this comes down to is that we simply will be unable to use
services within the CF version of our application? Is the only option
to develop your own IPrincipal and IIdentity classes? How would this
affect the System.Thread.CurrentPrincipal value within our WinForms
project?
What is the recommended way of handling security within the CF? Any
advise would be helpful. Thanks,
Jonathan
application functionality to a mobile device. Our application uses a
services base architecture with a service project and a common business
objects project.
My problem is that it seems as though the compact framework doesn't
support IPrincipal and IIdentity (or anything from the Principal
namespace for that matter). This is a problem because we were using an
IPrincipal to authenticate on each and every service method call.
Is what this comes down to is that we simply will be unable to use
services within the CF version of our application? Is the only option
to develop your own IPrincipal and IIdentity classes? How would this
affect the System.Thread.CurrentPrincipal value within our WinForms
project?
What is the recommended way of handling security within the CF? Any
advise would be helpful. Thanks,
Jonathan