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