Reputation: 950
I have recently started to develop applications for iPhone with MonoTouch and have to store user names and passwords on the phone. I want to use the keychain for this but can't find anything in the MonoTouch documentation about it. Is it possible to use it directly with MonoTouch or will I have to write some C++/C/Objective-C code that uses the keychain and export it to MonoTouch?
Upvotes: 2
Views: 754
Reputation: 27889
According to the current documentation, there is no bindings for the keychain.
Your solutions are:
Upvotes: 1