9 references to Create
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (3)
97cipher = DES.Create(); 105cipher = DES.Create(); 679return 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(); 679return DES.Create();
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SymmetricSecurityKeyTest.cs (1)
75return DES.Create();