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