2 references to UserDomainName
Microsoft.AspNetCore.Server.HttpSys (1)
NativeInterop\UrlGroup.cs (1)
196
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
;