2 types derived from TripleDesSecurityAlgorithmSuite
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (2)
520
internal class TripleDesRsa15SecurityAlgorithmSuite :
TripleDesSecurityAlgorithmSuite
574
internal class TripleDesSha256SecurityAlgorithmSuite :
TripleDesSecurityAlgorithmSuite
1 instantiation of TripleDesSecurityAlgorithmSuite
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityAlgorithmSuite.cs (1)
89
s_tripleDes = new
TripleDesSecurityAlgorithmSuite
();