3 references to UserDomainName
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\UrlGroup.cs (1)
167throw new HttpSysException((int)statusCode, Resources.FormatException_AccessDenied(uriPrefix, Environment.UserDomainName + @"\" + Environment.UserName));
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
485public static string UserDomainName => Environment.UserDomainName;
System.Windows.Forms.Tests (1)
System\Windows\Forms\SystemInformationTests.cs (1)
729Assert.Equal(Environment.UserDomainName, domainName);