<?xml version="1.0" encoding="utf-8"?> <Type Name="PassportAuthentication" FullName="System.Web.Configuration.PassportAuthentication"> <TypeSignature Language="C#" Value="public sealed class PassportAuthentication : System.Configuration.ConfigurationElement" /> <AssemblyInfo> <AssemblyName>System.Web</AssemblyName> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Configuration.ConfigurationElement</BaseTypeName> </Base> <Interfaces /> <Docs> <since version=".NET 2.0" /> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <see cref="T:System.Web.Configuration.PassportAuthentication" /> class allows you to access and configure a node in the Machine.config or Web.config configuration file identified by the passport tag.</para> <para>This type is part of a group that includes the <see cref="T:System.Web.Configuration.AuthenticationSection" />, <see cref="T:System.Web.Configuration.FormsAuthenticationConfiguration" />, and <see cref="T:System.Web.Configuration.AuthenticationMode" /> types. </para> <block subset="none" type="note"> <para>The <see cref="T:System.Web.Configuration.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.</para> </block> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Configures Passport-based authentication in ASP.NET applications.</para> </summary> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public PassportAuthentication ();" /> <MemberType>Constructor</MemberType> <Parameters /> <Docs> <remarks>To be added.</remarks> <since version=".NET 2.0" /> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Initializes a new instance of the <see cref="T:System.Web.Configuration.PassportAuthentication" /> class.</para> </summary> </Docs> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> <Member MemberName="ElementProperty"> <MemberSignature Language="C#" Value="protected override System.Configuration.ConfigurationElementProperty ElementProperty { get; }" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>System.Configuration.ConfigurationElementProperty</ReturnType> </ReturnValue> <Docs> <summary>To be added.</summary> <value>To be added.</value> <remarks>To be added.</remarks> <since version=".NET 2.0" /> </Docs> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> <Member MemberName="Properties"> <MemberSignature Language="C#" Value="protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }" /> <MemberType>Property</MemberType> <ReturnValue> <ReturnType>System.Configuration.ConfigurationPropertyCollection</ReturnType> </ReturnValue> <Docs> <value>To be added.</value> <since version=".NET 2.0" /> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>This property is for internal use only.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Specifies the collection of <see cref="T:System.Web.Configuration.PassportAuthentication" /> properties.</para> </summary> </Docs> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> <Member MemberName="RedirectUrl"> <MemberSignature Language="C#" Value="public string RedirectUrl { set; get; }" /> <MemberType>Property</MemberType> <Attributes> <Attribute> <AttributeName>System.Configuration.ConfigurationProperty("redirectUrl", DefaultValue="internal")</AttributeName> </Attribute> <Attribute> <AttributeName>System.Configuration.StringValidator</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Docs> <value>To be added.</value> <since version=".NET 2.0" /> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>The <see cref="P:System.Web.Configuration.PassportAuthentication.RedirectUrl" /> 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.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Gets or sets the URL to which the request is redirected.</para> </summary> </Docs> <AssemblyInfo> <AssemblyVersion>2.0.0.0</AssemblyVersion> </AssemblyInfo> </Member> </Members> </Type>