Updating MinimumAge property to public and setter private, since the 'protected' accessibility won't work in the MinimumAgeHandler (given it accesses this property as public).
* meta data fix
* Revert "meta data fix"
This reverts commit ba36883476.
* meta data fix2
* test
* Update owin-oauth-20-authorization-server.md
* Update api-ref.md
* Update api-ref.md
* test
* test2
code snippet had either 1 too many brace closure (if was just the begining of the method and remainder was removed for brevity) or the close parenthesis was misplaced.