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