The System.Web.Profile.ProfileAuthenticationOption enumeration is used by profile providers and the System.Web.Profile.ProfileManager class when they search for profiles in the data source and when they delete them. The System.Web.Profile.ProfileAuthenticationOption enumeration is used to select whether only anonymous, only authenticated, or all profiles are searched.
Member Name | Description |
---|---|
All |
Search all profiles. |
Anonymous |
Search only anonymous profiles. |
Authenticated |
Search only authenticated profiles. |