Allowed roles/users from the web.config



Is it possible to get a list of allowed roles/users for a single page on the
site, which use a role based forms authentication?

<authorization>
<allow roles="*">
<deny users="?" />
</authorization>

I know, to view the web.config using System.Xml is not a big problem, is
there any standard implementation to access that configuration?

Thank you.


.