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