3 references to WindowsPassport
WindowsBase (3)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (2)
639return new ContentUser(userNameStr, AuthenticationType.WindowsPassport); 1056if (user.AuthenticationType == AuthenticationType.WindowsPassport)
Base\System\Security\RightsManagement\User.cs (1)
69(authenticationType != AuthenticationType.WindowsPassport) &&