problem with PasswordDeriveBytes on windows ce
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
hi i want to use PasswordDeriveBytes class in compact frame 3.5 but this class is unknown ! its platform is windows Ce 5 i want to use CryptDeriveKey method to drive key for 3DES algorithm can you help me?
You can't use it. It's not implemented in the .NET Compact Framework 3.5, or any other version of the .NET CF for that matter. I don't have an alternate method for you to use.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak