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