Hi All,

In my latest endeavour to get the aspnetwebstack functioning on mono, I've
found that the MachineKey.Protect and Unprotect classes aren't implemented.

So, I've tried to put together something that would work, but not something
that meets all the information supplied on MSDN page (e.g. framework
options).

My question is, I'm piggybacking on the MachineKey.Encrypt/Decrypt methods,
is this sufficient to be accepted by the community?

Here's the start of what I'm putting together.

https://github.com/martinjt/mono/blob/mvc_fixes/mcs/class/System.Web/System.Web.Security/MachineKey.cs

So, would a pull along these lines by accepted, or do all the requirements
of the MSDN page need to be met?

I'm not asking for a review of the pull right now as I need to check
against coding standards, and add some more unit tests, just whether a half
baked (but working) implementation is acceptable.

Thanks,
Martin
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to