ActiveDirectoryConnectionProtection Enumeration
Specifies the connection protection options supported by the ActiveDirectoryMembershipProvider class.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| None | No transport layer security is used. Explicit credentials for the Active Directory connection must be provided in the configuration file. | |
| Ssl | An SSL connection is used to connect to the Active Directory server. | |
| SignAndSeal | The connection to the Active Directory server is secured by digitally signing and encrypting each packet sent to the server. |
The ActiveDirectoryConnectionProtection enumeration is used in an application's configuration file to set the protocol used to secure communications between an 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 Element (ASP.NET Settings Schema) configuration element. The connectionProtection attribute can be set only to either "None" or "Secure".
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.