7 references to PassportAuthentication
System.Web (7)
Configuration\AuthenticationSection.cs (3)
99new ConfigurationProperty("passport", typeof(PassportAuthentication), null, ConfigurationPropertyOptions.None); 133public PassportAuthentication Passport { 136return (PassportAuthentication)base[_propPassport];
Configuration\PassportAuthentication.cs (4)
95new ConfigurationElementProperty(new CallbackValidator(typeof(PassportAuthentication), Validate)); 134Debug.Assert(value is PassportAuthentication); 136PassportAuthentication elem = (PassportAuthentication)value;