5 references to SecurityTokenManager
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
402tokenProvider = TransportSecurityHelpers.GetUserNameTokenProvider(this.SecurityTokenManager, target, via, this.Scheme, authenticationScheme, channelParameters); 406tokenProvider = TransportSecurityHelpers.GetSspiTokenProvider(this.SecurityTokenManager, target, via, this.Scheme, authenticationScheme, channelParameters); 409tokenProvider = TransportSecurityHelpers.GetDigestTokenProvider(this.SecurityTokenManager, target, via, this.Scheme, authenticationScheme, channelParameters);
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
167if (this.requireClientCertificate && this.SecurityTokenManager == null) 192this.SecurityTokenManager, target, via, this.Scheme, channelParameters);