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