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