1 type derived from WSTrustChannelSecurityTokenProvider
System.ServiceModel.Federation.Tests (1)
WSTrustChannelSecurityTokenProviderTest.cs (1)
79public class WSTrustChannelSecurityTokenProviderDerived : WSTrustChannelSecurityTokenProvider
1 instantiation of WSTrustChannelSecurityTokenProvider
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (1)
47return new WSTrustChannelSecurityTokenProvider(tokenRequirement)
3 references to WSTrustChannelSecurityTokenProvider
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (2)
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 50/// Instantiates a <see cref="WSTrustChannelSecurityTokenProvider"/> that describe the parameters for a WSTrust request.
System\ServiceModel\Federation\WSTrustUtilities.cs (1)
17/// WSTrustUtilities are shared between <see cref="WSTrustChannelSecurityTokenProvider"/> with <see cref="WSFederationHttpBinding"/>