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