5 references to SecurityUtils
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (3)
306
if (
SecurityUtils
.IsPrimaryToken(clientIdentityToken))
390
LUID luidModified =
SecurityUtils
.GetModifiedIDLUID(new SafeCloseHandle(clientIdentity.Token, false));
503
IntPtr str = Marshal.StringToCoTaskMemUni(
SecurityUtils
.GetProcessIdentity().Name);
System\ServiceModel\ComIntegration\ComPlusInstanceProvider.cs (1)
62
if (
SecurityUtils
.IsAtleastImpersonationToken(new SafeCloseHandle(callerIdentity.Token, false)))
System\ServiceModel\ComIntegration\MessageUtil.cs (1)
45
callerIdentity =
SecurityUtils
.GetAnonymousIdentity();