15 references to Default
dotnet-svcutil-lib (15)
CodeDomFixup\EndpointSelector.cs (4)
264if (transportSecurityBindingElement.DefaultAlgorithmSuite != SecurityAlgorithmSuite.Default) 267transportSecurityBindingElement.DefaultAlgorithmSuite.GetType().FullName, SecurityAlgorithmSuite.Default.GetType().FullName)); 294if (transportSecurityBindingElement.DefaultAlgorithmSuite != SecurityAlgorithmSuite.Default) 297transportSecurityBindingElement.DefaultAlgorithmSuite.GetType().FullName, SecurityAlgorithmSuite.Default.GetType().FullName));
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageSecurity.cs (2)
22_algorithmSuite = SecurityAlgorithmSuite.Default; 142return _algorithmSuite.GetType() != SecurityAlgorithmSuite.Default.GetType();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (1)
27internal static readonly SecurityAlgorithmSuite defaultDefaultAlgorithmSuite = SecurityAlgorithmSuite.Default;
FrameworkFork\System.ServiceModel\System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
39_algorithmSuite = SecurityAlgorithmSuite.Default; 338return (this.AlgorithmSuite != SecurityAlgorithmSuite.Default);
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverHttp.cs (3)
28_algorithmSuite = SecurityAlgorithmSuite.Default; 239SecurityAlgorithmSuite algorithmSuite = SecurityAlgorithmSuite.Default; 421return this.AlgorithmSuite != SecurityAlgorithmSuite.Default;
FrameworkFork\System.ServiceModel\System\ServiceModel\MessageSecurityOverTcp.cs (1)
27algorithmSuite = SecurityAlgorithmSuite.Default;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
84private SecurityAlgorithmSuite _incomingAlgorithmSuite = SecurityAlgorithmSuite.Default; 95private SecurityAlgorithmSuite _outgoingAlgorithmSuite = SecurityAlgorithmSuite.Default;