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