2 references to CreateCryptoTransform
System.Security.Cryptography (2)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (2)
124
return
CreateCryptoTransform
(encrypting: true);
129
return
CreateCryptoTransform
(encrypting: false);