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