Inside{CurlyBraces}

I read, learn, code and blog

About

IAM Visual Studio

© Rasika Weliwita

Newer

How to Use CurrentPrincipal

12 Feb 2015 • Visual Studio • IAM

The user running a .Net application is identified by the Thread.CurrentPrincipal property of the running thread. You can set the CurrentPrincipal at application startup as follows.

More …