10 references to Create
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (3)
97cipher = DES.Create(); 105cipher = DES.Create(); 684return DES.Create();
System\Security\Cryptography\DESCryptoServiceProvider.Unix.cs (1)
19_impl = DES.Create();
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
176alg = DES.Create();
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (3)
97cipher = DES.Create(); 105cipher = DES.Create(); 684return DES.Create();
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
259return DES.Create();// CodeQL [SM02192] Broken cryptographic algorithm DES is needed here as a requirement of SOAP protocols
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SymmetricSecurityKeyTest.cs (1)
75return DES.Create();