8 references to Create
System.Security.Cryptography (8)
System\Security\Cryptography\AesImplementation.Windows.cs (1)
24
return UniversalCryptoTransform.
Create
(paddingMode, cipher, encrypting);
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
229
return UniversalCryptoTransform.
Create
(padding, cipher, encrypting);
267
return UniversalCryptoTransform.
Create
(padding, cipher, encrypting);
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (1)
106
return UniversalCryptoTransform.
Create
(Padding, cipher, encrypting);
System\Security\Cryptography\DesImplementation.Windows.cs (1)
24
return UniversalCryptoTransform.
Create
(paddingMode, cipher, encrypting);
System\Security\Cryptography\RC2CryptoServiceProvider.Windows.cs (1)
108
return UniversalCryptoTransform.
Create
(Padding, cipher, encrypting);
System\Security\Cryptography\RC2Implementation.Windows.cs (1)
25
return UniversalCryptoTransform.
Create
(paddingMode, cipher, encrypting);
System\Security\Cryptography\TripleDesImplementation.Windows.cs (1)
24
return UniversalCryptoTransform.
Create
(paddingMode, cipher, encrypting);