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