13 references to AuthenticationType
WindowsBase (13)
Base\MS\Internal\IO\Packaging\CompoundFile\RightsManagementEncryptionTransform.cs (3)
368if (user.AuthenticationType != AuthenticationType.Windows && 369user.AuthenticationType != AuthenticationType.Passport) 1107userName.Append(user.AuthenticationType.ToString());
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (2)
243if (_user.AuthenticationType == AuthenticationType.Windows) 275Uri url = GetClientLicensorUrl(_user.AuthenticationType);
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (2)
1056if (user.AuthenticationType == AuthenticationType.WindowsPassport) 1062return user.AuthenticationType.ToString();
Base\System\Security\RightsManagement\SecureEnvironment.cs (6)
104if ((user.AuthenticationType != AuthenticationType.Windows) && 105(user.AuthenticationType != AuthenticationType.Passport)) 130if ((user.AuthenticationType != AuthenticationType.Windows) && 131(user.AuthenticationType != AuthenticationType.Passport)) 295if ((user.AuthenticationType != AuthenticationType.Windows) && 296(user.AuthenticationType != AuthenticationType.Passport))