2 writes to _algorithmSuite
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageSecurity.cs (2)
22_algorithmSuite = SecurityAlgorithmSuite.Default; 47_algorithmSuite = value;
2 references to _algorithmSuite
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpMessageSecurity.cs (2)
40get { return _algorithmSuite; } 142return _algorithmSuite.GetType() != SecurityAlgorithmSuite.Default.GetType();