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