4 references to CreateTransform
System.Security.Cryptography (4)
System\Security\Cryptography\DESCryptoServiceProvider.Windows.cs (4)
41
return
CreateTransform
(Key, IV, encrypting: false);
47
return
CreateTransform
(rgbKey, rgbIV?.CloneByteArray(), encrypting: false);
53
return
CreateTransform
(Key, IV, encrypting: true);
59
return
CreateTransform
(rgbKey, rgbIV?.CloneByteArray(), encrypting: true);