次の web.config があるとします。
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<authentication mode="Windows"></authentication>
</system.web>
</configuration>
ASP.NET C# を使用して、Authentication タグの Mode 値を検出するにはどうすればよいですか?