2 writes to AppliesTo
System.ServiceModel (2)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
213negotiationState.AppliesTo = requestSecurityToken.GetAppliesTo<EndpointAddress10>(serializer).ToEndpointAddress(); 218negotiationState.AppliesTo = requestSecurityToken.GetAppliesTo<EndpointAddressAugust2004>(serializer).ToEndpointAddress();
6 references to AppliesTo
System.ServiceModel (6)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (6)
301if (negotiationState.AppliesTo != null) 306negotiationState.AppliesTo), 312negotiationState.AppliesTo), 336if (negotiationState.AppliesTo != null) 341EndpointAddress10.FromEndpointAddress(negotiationState.AppliesTo), 347EndpointAddressAugust2004.FromEndpointAddress(negotiationState.AppliesTo),