4 references to AnonymousIdentity
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\Policy\UnconditionalPolicy.cs (3)
147if (identity != null && identity != SecurityUtils.AnonymousIdentity) 154_primaryIdentity = identity ?? SecurityUtils.AnonymousIdentity; 229if (this.PrimaryIdentity != null && this.PrimaryIdentity != SecurityUtils.AnonymousIdentity)
FrameworkFork\System.ServiceModel\System\IdentityModel\SecurityUtils.cs (1)
407if (_policy.PrimaryIdentity != null && _policy.PrimaryIdentity != SecurityUtils.AnonymousIdentity)