System.Web
2.0.0.0
System.Configuration.ConfigurationElement
The 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 , , and types.
The 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.
Configures Passport-based authentication in ASP.NET applications.
Constructor
To be added.
Initializes a new instance of the class.
2.0.0.0
Property
System.Configuration.ConfigurationElementProperty
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
This property is for internal use only.
Specifies the collection of properties.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("redirectUrl", DefaultValue="internal")
System.Configuration.StringValidator
System.String
To be added.
The specifies the URL of the page to which the request must be redirected if Passport authentication is required and the user has not signed on using Passport authentication.
Gets or sets the URL to which the request is redirected.
2.0.0.0