TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gaurav Sharma
NA
19
53.8k
How to perform MAC (Message Authenticate Code) with hashing in .Net CF
Mar 24 2011 7:43 AM
I need to perform MACing using the MD5 algorithm under the .Net Compact framework. I have got code in .Net for desktop version of application but that code is not working in .Net CF.
HMACMD5 myhmacMD5 = new HMACMD5(key);
HMACMD5 API is not working in .Net compact framwork. Is there any alternative way to perform the MACing in the .Net CF.
Reply
Answers (
3
)
SEC_E_NO_CREDENTIALS error in AcquireCredentialsHandleA
Urgent .net compact framework x509certificate2