Porting an existing Framework application to Core in which we had long since replaced System.Security.Cryptography.SHA256 and System.Security.Cryptography.SHA256Managed with the System.Security.Cryptography.SHA256Cng. Is there a .net core equivalent of these *Cng types? If not does are the same security issues present in core that were present in Framework?