AppHarbor.Web.Security.CookieAuthenticator.CookieAuthenticator C# (CSharp) Метод

CookieAuthenticator() публичный Метод

public CookieAuthenticator ( ) : System
Результат System
		public CookieAuthenticator()
			: this(new ConfigFileAuthenticationConfiguration(), new HttpContextWrapper(HttpContext.Current))
		{
		}

Same methods

CookieAuthenticator::CookieAuthenticator ( ICookieAuthenticationConfiguration configuration, System.Web.HttpContextBase context ) : System