4 references to FormsAuthenticationUserCollection
System.Web (4)
Configuration\FormsAuthenticationCredentials.cs (3)
99
typeof(
FormsAuthenticationUserCollection
),
126
public
FormsAuthenticationUserCollection
Users {
128
return (
FormsAuthenticationUserCollection
)base[_propUsers];
Security\FormsAuthentication.cs (1)
329
FormsAuthenticationUserCollection
Users = settings.Forms.Credentials.Users;