17 references to Default
System.ServiceModel (17)
System\ServiceModel\BasicHttpMessageSecurity.cs (2)
21algorithmSuite = SecurityAlgorithmSuite.Default; 142return this.algorithmSuite.GetType() != SecurityAlgorithmSuite.Default.GetType();
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
28internal static readonly SecurityAlgorithmSuite defaultDefaultAlgorithmSuite = SecurityAlgorithmSuite.Default;
System\ServiceModel\Channels\TransportDefaults.cs (3)
183get { return SecurityAlgorithmSuite.Default; } 378get { return SecurityAlgorithmSuite.Default; } 394get { return SecurityAlgorithmSuite.Default; }
System\ServiceModel\Configuration\SecurityAlgorithmSuiteConverter.cs (2)
42retval = SecurityAlgorithmSuite.Default; 108if (securityAlgorithm == SecurityAlgorithmSuite.Default)
System\ServiceModel\FederatedMessageSecurityOverHttp.cs (2)
36algorithmSuite = SecurityAlgorithmSuite.Default; 335return (this.AlgorithmSuite != SecurityAlgorithmSuite.Default);
System\ServiceModel\MessageSecurityOverHttp.cs (3)
27algorithmSuite = SecurityAlgorithmSuite.Default; 234SecurityAlgorithmSuite algorithmSuite = SecurityAlgorithmSuite.Default; 416return this.AlgorithmSuite != SecurityAlgorithmSuite.Default;
System\ServiceModel\MessageSecurityOverMsmq.cs (1)
24algorithmSuite = SecurityAlgorithmSuite.Default;
System\ServiceModel\MessageSecurityOverTcp.cs (1)
25algorithmSuite = SecurityAlgorithmSuite.Default;
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
86SecurityAlgorithmSuite incomingAlgorithmSuite = SecurityAlgorithmSuite.Default; 97SecurityAlgorithmSuite outgoingAlgorithmSuite = SecurityAlgorithmSuite.Default;