Base:
property
Name
System.Security.Claims.ClaimsIdentity.Name
40 references to Name
mscorlib (2)
system\security\principal\windowsidentity.cs (2)
1281if (!String.IsNullOrEmpty(Name)) 1288m_userClaims.Add(new Claim(NameClaimType, Name, ClaimValueTypes.String, m_issuerName, m_issuerName, this));
System (2)
net\System\Net\_SSPIWrapper.cs (2)
101currentIdentityKey = string.Format("{0}_{1}_{2}", package, intent.ToString(), WindowsIdentity.GetCurrent().Name); 115currentIdentityKey = string.Format("{0}_{1}_{2}", package, intent.ToString(), WindowsIdentity.GetCurrent().Name);
System.IdentityModel (2)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
161claims.Add(Claim.CreateNameClaim(this.windowsIdentity.Name));
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
1292dictionaryWriter.WriteAttributeString(dictionary.WindowsLogonName, dictionary.EmptyString, wci.Name);
System.ServiceModel (19)
System\ServiceModel\Channels\HttpChannelListener.cs (4)
521WriteAuditEvent(AuditLevel.Failure, (authenticationContext.LogonUserIdentity != null) ? authenticationContext.LogonUserIdentity.Name : String.Empty, exception); 528WriteAuditEvent(AuditLevel.Success, (authenticationContext.LogonUserIdentity != null) ? authenticationContext.LogonUserIdentity.Name : String.Empty, null); 581WriteAuditEvent(AuditLevel.Failure, (identity != null) ? identity.Name : ((wid != null) ? wid.Name : String.Empty), exception); 590WriteAuditEvent(AuditLevel.Success, (identity != null) ? identity.Name : ((wid != null) ? wid.Name : String.Empty), null);
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (2)
503IntPtr str = Marshal.StringToCoTaskMemUni(SecurityUtils.GetProcessIdentity().Name); 523IntPtr str = Marshal.StringToCoTaskMemUni(clientIdentity.Name);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (2)
145from, incomingTransactionID, callerIdentity.Name); 159from, incomingTransactionID, callerIdentity.Name, instanceID);
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (1)
111callerIdentity.Name,
System\ServiceModel\ComIntegration\ComPlusThreadInitializer.cs (6)
110SR.TraceCodeComIntegrationInvokingMethod, this.info, from, action, identity.Name, iid, instanceID, false); 155SR.TraceCodeComIntegrationInvokingMethodNewTransaction, this.info, from, action, identity.Name, iid, instanceID, incomingTransactionID); 167identityName = identity.Name; 191SR.TraceCodeComIntegrationInvokingMethodContextTransaction, this.info, from, action, identity.Name, iid, instanceID, true); 206identity.Name, 242identity.Name,
System\ServiceModel\Diagnostics\MessageTraceRecord.cs (1)
53!string.IsNullOrEmpty(message.Properties.Security.ServiceSecurityContext.WindowsIdentity.Name);
System\ServiceModel\Security\SctClaimSerializer.cs (1)
445writer.WriteString(wid.Name);
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
243return windowsIdentity.Name;
System\ServiceModel\UpnEndpointIdentity.cs (1)
82downlevelName = windowsIdentity.Name;
System.Web (12)
Cache\SqlCacheDependency.cs (1)
1137"; running as " + WindowsIdentity.GetCurrent().Name);
DataAccess\DataConnectionHelper.cs (3)
77if( id != null && id.Name != null ) 79if ( string.Compare( id.Name, 86return id.Name;
HttpRuntime.cs (1)
3498return WindowsIdentity.GetCurrent().Name;
Management\WebEvents.cs (3)
598Debug.Trace("WebEventRaiseDetails", "Calling ProcessEvent under " + HttpApplication.GetCurrentWindowsIdentityWithAssert().Name); 1978_accountName = WindowsIdentity.GetCurrent().Name; 2145_accountName = HttpApplication.GetCurrentWindowsIdentityWithAssert().Name;
State\sqlstateclientmanager.cs (3)
350Debug.Trace("SessionStatePooling", "Calling GetConnection under " + WindowsIdentity.GetCurrent().Name); 1184Debug.Trace("SessionStateConnectionIdentity", "Connecting under " + WindowsIdentity.GetCurrent().Name); 1211user = WindowsIdentity.GetCurrent().Name;
UI\Util.cs (1)
1399return HttpApplication.GetCurrentWindowsIdentityWithAssert().Name;
System.Web.Extensions (1)
ClientServices\Providers\ClientWindowsAuthenticationMembershipProvider.cs (1)
32if (!string.IsNullOrEmpty(username) && string.Compare(username, id.Name, StringComparison.OrdinalIgnoreCase) != 0)
System.Xml (2)
System\Xml\Serialization\Compiler.cs (2)
260if (id != null && id.Name != null) 261return id.Name;