﻿<?xml version="1.0" encoding="utf-8"?><Type Name="MembershipSection" FullName="System.Web.Configuration.MembershipSection"><TypeSignature Language="C#" Value="public sealed class MembershipSection : System.Configuration.ConfigurationSection" /><AssemblyInfo><AssemblyName>System.Web</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Configuration.ConfigurationSection</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.MembershipSection" /> class provides a way to programmatically access and modify the membership section in a configuration file.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Defines configuration settings to support the infrastructure for configuring and managing membership details. This class cannot be inherited.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public MembershipSection ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Web.Configuration.MembershipSection.#ctor" /> constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the <see cref="T:System.Web.Configuration.MembershipSection" /> class by using the <see cref="M:System.Configuration.Configuration.GetSection(System.String)" /> method.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Web.Configuration.MembershipSection" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="DefaultProvider"><MemberSignature Language="C#" Value="public string DefaultProvider { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetSqlMembershipProvider")</AttributeName></Attribute><Attribute><AttributeName>System.Configuration.StringValidator(MinLength=1)</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.MembershipSection.DefaultProvider" /> must match a named value in the providers subsection of the membership section of the configuration file. An empty string ("") is not a valid value for the <see cref="P:System.Web.Configuration.MembershipSection.DefaultProvider" /> property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the name of the default provider that is used to manage roles. </para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="HashAlgorithmType"><MemberSignature Language="C#" Value="public string HashAlgorithmType { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("hashAlgorithmType", DefaultValue="")</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>At run time, the membership system binds to the appropriate hash algorithm type, and then uses this type when encrypting membership information. If the <see cref="P:System.Web.Configuration.MembershipSection.HashAlgorithmType" /> property is not set, the membership system defaults to the <see cref="P:System.Web.Configuration.MachineKeySection.Validation" /> property within the <see cref="T:System.Web.Configuration.MachineKeySection" /> class.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the type of encryption that is used for sensitive membership information.</para></summary></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><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="Providers"><MemberSignature Language="C#" Value="public System.Configuration.ProviderSettingsCollection Providers { get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("providers")</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Configuration.ProviderSettingsCollection</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Membership providers are components that provide access to the membership for a site. You can specify membership providers in the providers subsection of the membership section of the configuration file.</para><para>The <see cref="P:System.Web.Configuration.MembershipSection.DefaultProvider" /> property contains the name of the provider that is used by default.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets a <see cref="T:System.Configuration.ProviderSettingsCollection" /> object of <see cref="T:System.Configuration.ProviderSettings" /> objects.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="UserIsOnlineTimeWindow"><MemberSignature Language="C#" Value="public TimeSpan UserIsOnlineTimeWindow { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.Configuration.ConfigurationProperty("userIsOnlineTimeWindow", DefaultValue="00:15:00")</AttributeName></Attribute><Attribute><AttributeName>System.Configuration.TimeSpanValidator(MinValueString="00:01:00")</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanMinutesConverter))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.TimeSpan</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The value for the <see cref="P:System.Web.Configuration.MembershipSection.UserIsOnlineTimeWindow" /> property is calculated by comparing the current time minus the <see cref="P:System.Web.Configuration.MembershipSection.UserIsOnlineTimeWindow" /> property with the <see cref="P:System.Web.Security.MembershipUser.LastActivityDate" /> value for the user.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the length of time, in minutes, before a user is no longer considered to be online.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>