5 references to Internal
WindowsBase (5)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
625else if (String.CompareOrdinal(userIdTypeStr, AuthenticationType.Internal.ToString().ToUpperInvariant()) == 0)
Base\System\Security\RightsManagement\User.cs (4)
70(authenticationType != AuthenticationType.Internal)) 76if (authenticationType == AuthenticationType.Internal) 176_anyoneUser = new ContentUser(AnyoneUserName, AuthenticationType.Internal); 196_ownerUser = new ContentUser(OwnerUserName, AuthenticationType.Internal);