19 references to Target
System.ServiceModel (19)
System\ServiceModel\Security\AsymmetricSecurityProtocol.cs (2)
331if (!isBlockingCall || !TryGetSupportingTokens(this.Factory, this.Target, this.Via, message, timeoutHelper.RemainingTime(), isBlockingCall, out supportingTokens)) 341signingToken = GetToken(this.initiatorCryptoTokenProvider, this.Target, timeoutHelper.RemainingTime());
System\ServiceModel\Security\InitiatorSessionSymmetricMessageSecurityProtocol.cs (2)
166if (TryGetSupportingTokens(this.Factory, this.Target, this.Via, message, timeoutHelper.RemainingTime(), false, out supportingTokens)) 199this.TryGetSupportingTokens(this.SecurityProtocolFactory, this.Target, this.Via, message, timeout, true, out supportingTokens);
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (2)
148this.TryGetSupportingTokens(this.SecurityProtocolFactory, this.Target, this.Via, message, timeout, true, out supportingTokens); 160if (!TryGetSupportingTokens(this.SecurityProtocolFactory, this.Target, this.Via, message, timeoutHelper.RemainingTime(), false, out supportingTokens))
System\ServiceModel\Security\MessageSecurityProtocol.cs (8)
207if (this.Target == null) 212this.factory.IdentityVerifier.EnsureIncomingIdentity(this.Target, authContext); 227if (this.Target == null) 232this.factory.IdentityVerifier.EnsureOutgoingIdentity(this.Target, authzPolicies); 300SecurityToken token = GetToken(provider, this.Target, timeout); 723throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.TokenProviderCannotGetTokensForTarget, this.binding.Target))); 858throw TraceUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.TokenProviderCannotGetTokensForTarget, this.binding.Target)), this.message); 892throw TraceUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.TokenProviderCannotGetTokensForTarget, this.binding.Target)), this.message);
System\ServiceModel\Security\SecurityProtocol.cs (2)
184requirement.TargetAddress = this.Target; 954if (this.binding.TryGetSupportingTokens(this.binding.SecurityProtocolFactory, this.binding.Target, this.binding.Via, this.message, timeoutHelper.RemainingTime(), false, out supportingTokens))
System\ServiceModel\Security\SymmetricSecurityProtocol.cs (1)
298if (!isBlockingCall || !TryGetSupportingTokens(factory, this.Target, this.Via, message, timeoutHelper.RemainingTime(), isBlockingCall, out supportingTokens))
System\ServiceModel\Security\TransportSecurityProtocol.cs (2)
54TryGetSupportingTokens(this.SecurityProtocolFactory, this.Target, this.Via, message, timeout, true, out supportingTokens); 114if (TryGetSupportingTokens(this.SecurityProtocolFactory, this.Target, this.Via, message, timeoutHelper.RemainingTime(), false, out supportingTokens))