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)
98
return
_authenticationType
;
128
if ((
_authenticationType
!= AuthenticationType.Windows) &&
129
(
_authenticationType
!= AuthenticationType.Passport))
159
_authenticationType
.Equals(userObj.
_authenticationType
);
212
hashString.Append(
_authenticationType
.ToString());
228
if (
_authenticationType
== AuthenticationType.Windows)
232
else if (
_authenticationType
== AuthenticationType.Passport)
264
_authenticationType
.Equals(userObj.
_authenticationType
);