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