1 write to _flatUserAuthority
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthZSet.cs (1)
39
_flatUserAuthority
= flatUserAuthority;
4 references to _flatUserAuthority
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AuthZSet.cs (4)
273
sidIssuerName =
_flatUserAuthority
;
297
GlobalDebug.WriteLineIf(GlobalDebug.Info, "AuthZSet", "CurrentAsPrincipal: same domain as user ({0})",
_flatUserAuthority
);
298
sidIssuerName =
_flatUserAuthority
;
306
GlobalDebug.WriteLineIf(GlobalDebug.Info, "AuthZSet", "CurrentAsPrincipal: different domain ({0}) than user ({1})", sidIssuerName,
_flatUserAuthority
);