1 write to _authenticationType
WindowsBase (1)
Base\System\Security\RightsManagement\User.cs (1)
86_authenticationType = authenticationType;
10 references to _authenticationType
WindowsBase (10)
Base\System\Security\RightsManagement\User.cs (10)
98return _authenticationType; 128if ((_authenticationType != AuthenticationType.Windows) && 129(_authenticationType != AuthenticationType.Passport)) 159_authenticationType.Equals(userObj._authenticationType); 212hashString.Append(_authenticationType.ToString()); 228if (_authenticationType == AuthenticationType.Windows) 232else if (_authenticationType == AuthenticationType.Passport) 264_authenticationType.Equals(userObj._authenticationType);