20 references to Windows
WindowsBase (20)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (4)
368if (user.AuthenticationType != AuthenticationType.Windows && 1141authenticationType = AuthenticationType.Windows; 1158Enum.GetName(typeof(AuthenticationType), AuthenticationType.Windows))) 1160authenticationType = AuthenticationType.Windows;
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (6)
243if (_user.AuthenticationType == AuthenticationType.Windows) 906Debug.Assert((authentication == AuthenticationType.Windows) || 913if (authentication == AuthenticationType.Windows) 980Debug.Assert((authentication == AuthenticationType.Windows) || 1361AuthenticationType.Windows.ToString().ToUpper(CultureInfo.InvariantCulture), 1364return new ContentUser(name, AuthenticationType.Windows);
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (2)
617if (String.CompareOrdinal(userIdTypeStr, AuthenticationType.Windows.ToString().ToUpperInvariant()) == 0) 619return new ContentUser(userNameStr, AuthenticationType.Windows);
Base\System\Security\RightsManagement\SecureEnvironment.cs (5)
104if ((user.AuthenticationType != AuthenticationType.Windows) && 130if ((user.AuthenticationType != AuthenticationType.Windows) && 174ClientSession.DefaultUserClientSession(AuthenticationType.Windows)) 295if ((user.AuthenticationType != AuthenticationType.Windows) && 331if ((authentication != AuthenticationType.Windows) &&
Base\System\Security\RightsManagement\User.cs (3)
67if ((authenticationType != AuthenticationType.Windows) && 128if ((_authenticationType != AuthenticationType.Windows) && 228if (_authenticationType == AuthenticationType.Windows)