2 references to OwnerUserName
WindowsBase (2)
Base\System\Security\RightsManagement\User.cs (2)
196
_ownerUser = new ContentUser(
OwnerUserName
, AuthenticationType.Internal);
313
return (0 == String.CompareOrdinal(
OwnerUserName
.ToUpperInvariant(), name.ToUpperInvariant()));