How does one retrieve the Windows Logon SID in C# .net? (not the user SID, but the unique new one for each session)
System.Security.Principal.WindowsIdentity.GetCurrent().User.AccountDomainSid - might do the trick?