1 write to windowsIdentity
System.ServiceModel (1)
System\ServiceModel\ServiceSecurityContext.cs (1)
159this.windowsIdentity = windowsIdentity ?? WindowsIdentity.GetAnonymous();
2 references to windowsIdentity
System.ServiceModel (2)
System\ServiceModel\ServiceSecurityContext.cs (2)
137if (this.windowsIdentity == null) 161return this.windowsIdentity;