Changes between Version 13 and Version 14 of WikiStart
- Timestamp:
- 01/27/14 12:35:56 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v13 v14 1 1 = Clavis: Secure, Type-safe URLs for ASP.NET = 2 2 3 Clavis is a simple class library for use with ASP.NET. It provides primitives for secure parameter passing between pages, with compiler-verified taint-checking for any insecure parameters. For an overview of the rationale or the operational details behind Clavis, see [http://higherlogics.blogspot.ca/search/label/Clavis the Clavis blog posts]. 3 Clavis is a simple class library for use with ASP.NET. It provides primitives for secure parameter passing between pages, with compiler-verified taint-checking for any insecure parameters. For an overview of the rationale or the operational details behind Clavis, see [http://higherlogics.blogspot.ca/search/label/Clavis the Clavis blog posts]. For full documentation, see the [http://higherlogics.com/clavis/docs-v1.0/ online API docs]. 4 4 5 5 You need only understand a few concepts to use Clavis: