Base:
property
Identity
System.Security.Claims.ClaimsPrincipal.Identity
5 references to Identity
System (3)
net\System\Net\HttpListener.cs (3)
1355GlobalLog.Print("HttpListener#" + ValidationHelper.HashString(this) + "::HandleAuthentication() got principal:" + ValidationHelper.ToString(principal) + " principal.Identity.Name:" + ValidationHelper.ToString(principal.Identity.Name) + " creating request"); 2795IDisposable identity = m_AuthenticatedConnection == null ? null : m_AuthenticatedConnection.Identity as IDisposable; 2797(m_AuthenticatedConnection.Identity.AuthenticationType == NTLM) &&
System.Management (1)
Instrumentation\WMICapabilities.cs (1)
144return (principal.Identity.IsAuthenticated && principal.IsInRole(WindowsBuiltInRole.Administrator));
System.Web (1)
Security\WindowsAuthenticationModule.cs (1)
132identity = user.Identity as WindowsIdentity;