Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Clears all authentication modules from the application.
<configuration>
<system.net>
<authenticationModules>
<clear>
<clear/>
The following sections describe attributes, child elements, and parent elements.
None.
None.
Element | Description |
---|---|
authenticationModules | Specifies modules used to authenticate network requests. |
The clear
element removes all authentication modules that were defined earlier in the configuration file or at a higher level in the configuration hierarchy.
This element can be used in the application configuration file or the machine configuration file (Machine.config).
The following example removes all configured authentication modules.
<configuration>
<system.net>
<authenticationModules>
<clear/>
</authenticationModules>
</system.net>
</configuration>
.NET feedback
.NET is an open source project. Select a link to provide feedback:
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now