10 references to ContentUser
WindowsBase (10)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (2)
776
user = new
ContentUser
(userName, authenticationType);
1262
return new
ContentUser
(userName, authenticationType);
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (3)
180
return new ClientSession(new
ContentUser
(_defaultUserName, authentication));
1364
return new
ContentUser
(name, AuthenticationType.Windows);
1368
return new
ContentUser
(name, AuthenticationType.Passport);
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (3)
619
return new
ContentUser
(userNameStr, AuthenticationType.Windows);
623
return new
ContentUser
(userNameStr, AuthenticationType.Passport);
639
return new
ContentUser
(userNameStr, AuthenticationType.WindowsPassport);
Base\System\Security\RightsManagement\User.cs (2)
176
_anyoneUser = new
ContentUser
(AnyoneUserName, AuthenticationType.Internal);
196
_ownerUser = new
ContentUser
(OwnerUserName, AuthenticationType.Internal);