1 write to OutgoingAlgorithmSuite
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
290factory.OutgoingAlgorithmSuite = DefaultAlgorithmSuite;
3 references to OutgoingAlgorithmSuite
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SecurityProtocol.cs (2)
124requirement.SecurityAlgorithmSuite = SecurityProtocolFactory.OutgoingAlgorithmSuite; 457factory.OutgoingAlgorithmSuite, transferDirection);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
422requirement.SecurityAlgorithmSuite = Settings.SessionProtocolFactory.OutgoingAlgorithmSuite;