1 write to _user
WindowsBase (1)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
62
_user
= user;
5 references to _user
WindowsBase (5)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (5)
71
_user
.AuthenticationProviderType,
72
_user
.Name,
232
return
_user
.GenericEquals(userFromCert);
243
if (
_user
.AuthenticationType == AuthenticationType.Windows)
275
Uri url = GetClientLicensorUrl(
_user
.AuthenticationType);