This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The name of the application using the custom provider. The ApplicationName is used to identify users specific to an application. That is, the same user name can exist in the database for multiple ASP.NET applications that specify a different ApplicationName.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public override string ApplicationName { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Property ApplicationName As 
	Get
	Set

See Also

Advanced