A property of Microsoft's .NET Framework that returns the security context of the current user or application.
For Windows' applications this property will return the username, password & domain of the user running the application. When used by ASP.NET applications returned credentials are those of the logged in user or the user being impersonated.
Full details on MSDN.