Hi There,
Am migrating my existing project to asp.net core 1.0. in that following API's are not available in latest version. i have surfed a lot in net. but could not find it.
Could any one have a look on below API whether available in latest .net core 1.0 preview 2. if so, in which namespace it is avail.
API / Class | Namespace available in Existing project |
RNGCryptoServiceProvider | System.Security.Cryptography |
Encoding | System.text |
PasswordDeriveBytes | System.security.cryptography |
Rijndael | System.security.cryptography |
imaging | System.drawing |
Image | System.drawing |
SpeechSynthesizer | System.speech.synthesis |
PermissionSet | System.Security.Permissions |
if the above is not avail in latest, is there any plan to include it in upcoming releases ?
-Gurunathan