5 references to SecurityStandardsHelper
System.ServiceModel (5)
System\ServiceModel\Channels\TransactionChannelFactory.cs (3)
31
this.standardsManager =
SecurityStandardsHelper
.CreateStandardsManager(this.TransactionProtocol);
60
this.standardsManager = (value != null ? value :
SecurityStandardsHelper
.CreateStandardsManager(this.transactionProtocol));
208
return
SecurityStandardsHelper
.SecurityStandardsManager2007;
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
28
this.standardsManager =
SecurityStandardsHelper
.CreateStandardsManager(this.TransactionProtocol);
55
set { this.standardsManager = (value != null ? value :
SecurityStandardsHelper
.CreateStandardsManager(this.transactionProtocol)); }