1 write to _LoginUrl
System.Web (1)
Security\PassportAuthenticationModule.cs (1)
134_LoginUrl = settings.Passport.RedirectUrl;
5 references to _LoginUrl
System.Web (5)
Security\PassportAuthenticationModule.cs (5)
157context.SetSkipAuthorizationNoDemand(AuthenticationConfig.AccessingLoginPage(context, _LoginUrl), false /*managedOnly*/); 178if ( _LoginUrl==null || _LoginUrl.Length < 1 || String.Compare(_LoginUrl, "internal", StringComparison.Ordinal) == 0) { 201String redirectUrl = AuthenticationConfig.GetCompleteLoginUrl(context, _LoginUrl);