1 write to anonymousIdentity
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (1)
143
anonymousIdentity
= new WindowsIdentity(tokenHandle.DangerousGetHandle());
2 references to anonymousIdentity
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ComPlusAuthorization.cs (2)
99
if (
anonymousIdentity
== null)
168
return
anonymousIdentity
;