9 references to AnonymousIdentity
System.ServiceModel (9)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (2)
85primaryIdentity = SecurityUtils.AnonymousIdentity.Name; 117primaryIdentity = SecurityUtils.AnonymousIdentity.Name;
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (2)
92primaryIdentity = SecurityUtils.AnonymousIdentity.Name; 126primaryIdentity = SecurityUtils.AnonymousIdentity.Name;
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (1)
285primaryIdentity = SecurityUtils.AnonymousIdentity.Name;
System\ServiceModel\Security\SctClaimSerializer.cs (2)
422if (identity != null && identity != SecurityUtils.AnonymousIdentity) 485if (identity != null && identity != SecurityUtils.AnonymousIdentity)
System\ServiceModel\Security\SecurityProtocol.cs (1)
838primaryIdentity = SecurityUtils.AnonymousIdentity.Name;
System\ServiceModel\ServiceSecurityContext.cs (1)
127this.primaryIdentity = primaryIdentity ?? SecurityUtils.AnonymousIdentity;