System.Web.Profile.ProfileAuthenticationOption Enumeration

Describes the authentication type of user profiles to be searched.

Syntax

public enum ProfileAuthenticationOption

Remarks

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.

Members

Member NameDescription
All

Search all profiles.

Anonymous

Search only anonymous profiles.

Authenticated

Search only authenticated profiles.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0