PassportAuthentication Class
.NET Framework 3.0
Configures Passport-based authentication in ASP.NET applications.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The PassportAuthentication class allows you to access and configure a node in the Machine.config or Web.config configuration file identified by the passport tag.
This type is part of a group that includes the AuthenticationSection, FormsAuthenticationConfiguration, and AuthenticationMode types.
Note: |
|---|
| The PassportAuthentication class can write information into the related section of the configuration file at machine, site, or application level only. Any attempt to write in a configuration file at a different level in the hierarchy will result in an error message generated by the parser. You can use this class to read configuration information at any level in the hierarchy. |
System.Object
System.Configuration.ConfigurationElement
System.Web.Configuration.PassportAuthentication
System.Configuration.ConfigurationElement
System.Web.Configuration.PassportAuthentication
Community Additions
ADD
Show:
Note: