Specifies the connection protection options supported by the System.Web.Security.ActiveDirectoryMembershipProvider class.
The System.Web.Security.ActiveDirectoryConnectionProtection enumeration is used in an application's configuration file to set the protocol used to secure communications between an System.Web.Security.ActiveDirectoryMembershipProvider object and an Active Directory or Active Directory Application Mode server. The enumeration indicates the type of connection security the provider established based on the connectionProtection attribute of the membership configuration element. The connectionProtection attribute can be set only to either "None" or "Secure".