CRMOD - Web Services Query
I would like to have .Net sample code for stateless authentication using CRM OD webservices. We are familiar with stateful authentication which requires a session id, once generated can be used for subsequent requests. But in case of stateless authentication, webservice requests are send with the user name and password within the request. Seems this is required for accessing following administrative webservices.
Also it would be helpful to have .Net sample code for accessing administrative webservices like Role Management, Accessprofile etc. I have searched almost all the resources I have but none of them helped to find these topics