I need to check the implemented code for WebMatrix.WebData.WebSecurity .
WebMatrix.WebData.WebSecurity
Can I see the implemented code for WebSecurity online? (This is an open source class)
WebSecurity
Of course, the code for WebMatrix.WebData is open source
WebMatrix.WebData
Here is a link to the WebSecurity class - https://github.com/aspnetwebstack/aspnetwebstack/blob/master/src/WebMatrix.WebData/WebSecurity.cs
The official source code is in the CodePlex Git repo project: https://aspnetwebstack.codeplex.com/SourceControl/latest#src/WebMatrix.WebData/WebSecurity.cs
The code on GitHub, unfortunately, is a clone and, as a rule, is not updated.