System.Web.Profile.ProfileBase.Create C# (CSharp) Method

Create() public static method

public static Create ( string username ) : ProfileBase
username string
return ProfileBase
		public static ProfileBase Create (string username)
		{
			return Create (username, true);
		}

Same methods

ProfileBase::Create ( string username, bool isAuthenticated ) : ProfileBase