1 write to primaryIdentity
System.ServiceModel (1)
System\ServiceModel\ServiceSecurityContext.cs (1)
127
this.
primaryIdentity
= primaryIdentity ?? SecurityUtils.AnonymousIdentity;
2 references to primaryIdentity
System.ServiceModel (2)
System\ServiceModel\ServiceSecurityContext.cs (2)
117
if (this.
primaryIdentity
== null)
129
return this.
primaryIdentity
;