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