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