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