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)
273sidIssuerName = _flatUserAuthority; 297GlobalDebug.WriteLineIf(GlobalDebug.Info, "AuthZSet", "CurrentAsPrincipal: same domain as user ({0})", _flatUserAuthority); 298sidIssuerName = _flatUserAuthority; 306GlobalDebug.WriteLineIf(GlobalDebug.Info, "AuthZSet", "CurrentAsPrincipal: different domain ({0}) than user ({1})", sidIssuerName, _flatUserAuthority);