8 references to CustomTargetNameDictionary
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
375
string spn = AuthenticationManager.
CustomTargetNameDictionary
[response.ResponseUri.AbsoluteUri];
System\ServiceModel\Channels\TransportSecurityHelpers.cs (7)
66
if (!AuthenticationManager.
CustomTargetNameDictionary
.ContainsKey(key)
67
|| AuthenticationManager.
CustomTargetNameDictionary
[key] != value)
76
if (AuthenticationManager.
CustomTargetNameDictionary
.ContainsKey(key)
77
&& AuthenticationManager.
CustomTargetNameDictionary
[key] != value)
83
AuthenticationManager.
CustomTargetNameDictionary
[key] = value;
120
if (!AuthenticationManager.
CustomTargetNameDictionary
.ContainsKey(key)
121
|| AuthenticationManager.
CustomTargetNameDictionary
[key] != value)