System.Web.Security.ActiveDirectoryMembershipProvider.ApplicationName Property

The name of the application using the custom membership provider.

Syntax

public override string ApplicationName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ActiveDirectoryMembershipProvider.ApplicationName property can be set to the name of the ASP.NET application; however, the application name is not used by the System.Web.Security.ActiveDirectoryMembershipProvider class.

Therefore, unlike other System.Web.Security.MembershipProvider implementations, all ASP.NET applications that access the same Active Directory data store will always share the same user data.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0