1 write to TargetAddress
System.ServiceModel (1)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
575
negotiationState.
TargetAddress
= this.targetAddress;
4 references to TargetAddress
System.ServiceModel (4)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
586
negotiationState.RemoteAddress = negotiationState.
TargetAddress
;
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (3)
872
EndpointAddress10.FromEndpointAddress(negotiationState.
TargetAddress
),
878
EndpointAddressAugust2004.FromEndpointAddress(negotiationState.
TargetAddress
),
936
if (this.identityVerifier.TryGetIdentity(negotiationState.
TargetAddress
, out identity))