1 type derived from DriverFeb2005
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (1)
46
public class DriverDec2005 : WSTrustFeb2005.
DriverFeb2005
3 instantiations of DriverFeb2005
dotnet-svcutil-lib (3)
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));
2 references to DriverFeb2005
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (2)
124
result.Endpoint.Behaviors.Add(new WSTrustFeb2005.
DriverFeb2005
.InteractiveInitializersRemovingBehavior());
126
return new WSTrustFeb2005.
DriverFeb2005
.RequestChannelFactory<IWsTrustDec2005SecurityTokenService>(result);