4 references to Basic192
System.ServiceModel (4)
System\ServiceModel\Configuration\SecurityAlgorithmSuiteConverter.cs (2)
48retval = SecurityAlgorithmSuite.Basic192; 112else if (securityAlgorithm == SecurityAlgorithmSuite.Basic192)
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1619else if (suite == SecurityAlgorithmSuite.Basic192) 1662suite = SecurityAlgorithmSuite.Basic192;