10 references to ContentUser
WindowsBase (10)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (2)
776user = new ContentUser(userName, authenticationType); 1262return new ContentUser(userName, authenticationType);
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (3)
180return new ClientSession(new ContentUser(_defaultUserName, authentication)); 1364return new ContentUser(name, AuthenticationType.Windows); 1368return new ContentUser(name, AuthenticationType.Passport);
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (3)
619return new ContentUser(userNameStr, AuthenticationType.Windows); 623return new ContentUser(userNameStr, AuthenticationType.Passport); 639return 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);