2 references to SettingsAllowAnonymousAttribute
System.Web (2)
Profile\HttpProfileBase.cs (2)
429
else if (attrib is
SettingsAllowAnonymousAttribute
) {
430
allowAnonymous = ((
SettingsAllowAnonymousAttribute
)attrib).Allow;