1 type derived from WSTrustFeb2005
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
34
internal class WSTrustDec2005 :
WSTrustFeb2005
1 instantiation of WSTrustFeb2005
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
132
_serializerEntries.Add(new
WSTrustFeb2005
(this));
6 references to WSTrustFeb2005
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityStandardsManager.cs (1)
70
_trustDriver = new
WSTrustFeb2005
.DriverFeb2005(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3057
trustDriver = new
WSTrustFeb2005
.DriverFeb2005(new SecurityStandardsManager(messageSecurityVersion, WSSecurityTokenSerializer.DefaultInstance));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy11.cs (1)
39
return new
WSTrustFeb2005
.DriverFeb2005(new SecurityStandardsManager(MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11, WSSecurityTokenSerializer.DefaultInstance));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (3)
46
public class DriverDec2005 :
WSTrustFeb2005
.DriverFeb2005
124
result.Endpoint.Behaviors.Add(new
WSTrustFeb2005
.DriverFeb2005.InteractiveInitializersRemovingBehavior());
126
return new
WSTrustFeb2005
.DriverFeb2005.RequestChannelFactory<IWsTrustDec2005SecurityTokenService>(result);