2 writes to trustDriver
System.ServiceModel (2)
System\ServiceModel\Security\SecurityStandardsManager.cs (2)
68
this.
trustDriver
= new WSTrustDec2005.DriverDec2005(this);
70
this.
trustDriver
= new WSTrustFeb2005.DriverFeb2005(this);
1 reference to trustDriver
System.ServiceModel (1)
System\ServiceModel\Security\SecurityStandardsManager.cs (1)
125
get { return this.
trustDriver
; }