Скажите, что у меня есть следующий web.config:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authentication mode="Windows"></authentication>
</system.web>
</configuration>
Как я могу определить значение Mode тега Authentication с помощью ASP.NET C #?