WindowsIdentity.Name

WindowsIdentity.Nameで、ユーザ名を取得する。

WindowsIdentity.Name プロパティ (System.Security.Principal) | Microsoft Docs

WindowsIdentity_.aspxで、

これで、Webでもログオンすると、

ドメイン名 + "\" + ユーザ名で出る。
ドメイン名 + "\" + ユーザ名で出る。

ドメイン名 + "\" + ユーザ名で出る。

Sample/aspnet/WindowsIdentity/Name/src/WindowsIdentity_ at master · bg1bgst333/Sample · GitHub