1 type derived from DriverFeb2005
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
47
public class DriverDec2005 : WSTrustFeb2005.
DriverFeb2005
3 instantiations of DriverFeb2005
System.ServiceModel (3)
System\ServiceModel\Security\SecurityStandardsManager.cs (1)
70
this.trustDriver = new WSTrustFeb2005.
DriverFeb2005
(this);
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
3057
trustDriver = new WSTrustFeb2005.
DriverFeb2005
(new SecurityStandardsManager(messageSecurityVersion, WSSecurityTokenSerializer.DefaultInstance));
System\ServiceModel\Security\WSSecurityPolicy11.cs (1)
39
return new WSTrustFeb2005.
DriverFeb2005
(new SecurityStandardsManager(MessageSecurityVersion.WSSecurity11WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11, WSSecurityTokenSerializer.DefaultInstance));
4 references to DriverFeb2005
System.ServiceModel (4)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
477
WSTrustFeb2005.
DriverFeb2005
trustFeb2005Driver = (WSTrustFeb2005.
DriverFeb2005
)trustFeb2005StandardsManager.TrustDriver;
System\ServiceModel\Security\WSTrustDec2005.cs (2)
125
result.Endpoint.Behaviors.Add(new WSTrustFeb2005.
DriverFeb2005
.InteractiveInitializersRemovingBehavior());
127
return new WSTrustFeb2005.
DriverFeb2005
.RequestChannelFactory<IWsTrustDec2005SecurityTokenService>(result);