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