3 instantiations of WSTrustChannelClientCredentials
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WsFederationBindingElement.cs (2)
40
trustCredentials = new
WSTrustChannelClientCredentials
(clientCredentials);
46
trustCredentials = new
WSTrustChannelClientCredentials
();
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (1)
57
return new
WSTrustChannelClientCredentials
(this);
8 references to WSTrustChannelClientCredentials
System.ServiceModel.Federation (8)
System\ServiceModel\Federation\WsFederationBindingElement.cs (2)
34
WSTrustChannelClientCredentials
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
28
protected WSTrustChannelClientCredentials(
WSTrustChannelClientCredentials
other)
36
/// Crates an instance of <see cref="
WSTrustChannelClientCredentials
"/> with specifying a <see cref="ClientCredentials"/>
72
return new WSTrustChannelSecurityTokenManager((
WSTrustChannelClientCredentials
)Clone());
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (2)
19
private
WSTrustChannelClientCredentials
_wsTrustChannelClientCredentials;
25
public WSTrustChannelSecurityTokenManager(
WSTrustChannelClientCredentials
wsTrustChannelClientCredentials)