3 instantiations of WSTrustChannelClientCredentials
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WsFederationBindingElement.cs (2)
40trustCredentials = new WSTrustChannelClientCredentials(clientCredentials); 46trustCredentials = new WSTrustChannelClientCredentials();
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (1)
57return new WSTrustChannelClientCredentials(this);
8 references to WSTrustChannelClientCredentials
System.ServiceModel.Federation (8)
System\ServiceModel\Federation\WsFederationBindingElement.cs (2)
34WSTrustChannelClientCredentials trustCredentials = Find<WSTrustChannelClientCredentials>(context.BindingParameters);
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (4)
11/// <see cref="WSTrustChannelClientCredentials"/> are designed to work with <see cref="WSFederationHttpBinding"/> to that will send a WsTrust message to obtain a token from an STS and add the token as 28protected WSTrustChannelClientCredentials(WSTrustChannelClientCredentials other) 36/// Crates an instance of <see cref="WSTrustChannelClientCredentials"/> with specifying a <see cref="ClientCredentials"/> 72return new WSTrustChannelSecurityTokenManager((WSTrustChannelClientCredentials)Clone());
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (2)
19private WSTrustChannelClientCredentials _wsTrustChannelClientCredentials; 25public WSTrustChannelSecurityTokenManager(WSTrustChannelClientCredentials wsTrustChannelClientCredentials)