12 references to LUID
System.ServiceModel (12)
System\ServiceModel\Activation\ListenerUnsafeNativeMethods.cs (1)
64
internal static unsafe extern bool LookupPrivilegeValue(IntPtr lpSystemName, string lpName,
LUID
* lpLuid);
System\ServiceModel\Activation\Utility.cs (1)
189
LUID
luid;
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (6)
81
internal static
LUID
GetModifiedIDLUID(SafeCloseHandle token)
207
Dictionary<
LUID
, bool> accessCheckCache = new Dictionary<
LUID
, bool>();
263
private bool IsAccessCached(
LUID
luidModifiedID, out bool isAccessAllowed)
280
private void CacheAccessCheck(
LUID
luidModifiedID, bool isAccessAllowed)
390
LUID
luidModified = SecurityUtils.GetModifiedIDLUID(new SafeCloseHandle(clientIdentity.Token, false));
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (4)
203
internal
LUID
TokenId;
204
internal
LUID
AuthenticationId;
212
internal
LUID
ModifiedId;
237
internal
LUID
Luid;