4 references to Basic128Rsa15
System.ServiceModel (4)
System\ServiceModel\Configuration\SecurityAlgorithmSuiteConverter.cs (2)
63retval = SecurityAlgorithmSuite.Basic128Rsa15; 122else if (securityAlgorithm == SecurityAlgorithmSuite.Basic128Rsa15)
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1629else if (suite == SecurityAlgorithmSuite.Basic128Rsa15) 1672suite = SecurityAlgorithmSuite.Basic128Rsa15;