3 instantiations of WSFederationHttpBinding
Binding.WS.FederationHttp.IntegrationTests (3)
WSFederationHttpBindingTests.cs (3)
43WSFederationHttpBinding federationBinding = new WSFederationHttpBinding( 103WSFederationHttpBinding federationBinding = new WSFederationHttpBinding(WSTrustTokenParameters.CreateWSFederationTokenParameters(issuerBinding, issuerAddress)); 154WSFederationHttpBinding federationBinding = new WSFederationHttpBinding(WSTrustTokenParameters.CreateWS2007FederationTokenParameters(issuerBinding, issuerAddress));
9 references to WSFederationHttpBinding
Binding.WS.FederationHttp.IntegrationTests (3)
WSFederationHttpBindingTests.cs (3)
43WSFederationHttpBinding federationBinding = new WSFederationHttpBinding( 103WSFederationHttpBinding federationBinding = new WSFederationHttpBinding(WSTrustTokenParameters.CreateWSFederationTokenParameters(issuerBinding, issuerAddress)); 154WSFederationHttpBinding federationBinding = new WSFederationHttpBinding(WSTrustTokenParameters.CreateWS2007FederationTokenParameters(issuerBinding, issuerAddress));
System.ServiceModel.Federation (6)
System\ServiceModel\Federation\WsFederationHttpBinding.cs (2)
12/// The <see cref="WSFederationHttpBinding"/> is designed to send a WSTrust message to an STS and attach the token received as 18/// Creates a <see cref="WSFederationHttpBinding"/> to send a WSTrust message to an STS and attach the token received as
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (1)
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
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
31/// <see cref="WSTrustChannelSecurityTokenProvider"/> has been designed to work with the <see cref="WSFederationHttpBinding"/> to send a WsTrust message to obtain a SecurityToken from an STS. The SecurityToken is
System\ServiceModel\Federation\WsTrustTokenParameters.cs (1)
19/// <see cref="WSTrustTokenParameters"/> is designed to be used with the <see cref="WSFederationHttpBinding"/> to send a WSTrust message to an STS and attach the token received as
System\ServiceModel\Federation\WSTrustUtilities.cs (1)
17/// WSTrustUtilities are shared between <see cref="WSTrustChannelSecurityTokenProvider"/> with <see cref="WSFederationHttpBinding"/>