This documentation is archived and is not being maintained.
ReplicationSecurityLevel Enumeration
Visual Studio 2010
Specifies the Active Directory Lightweight Directory (AD LDS) Services replication authentication mode.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
| Member name | Description | |
|---|---|---|
| MutualAuthentication | Kerberos authentication, using service principal names (SPNs), required. If Kerberos authentication fails, the AD LDS instances will not replicate. | |
| Negotiate | Kerberos authentication (using SPNs) is attempted first. If Kerberos fails, NTLM authentication is attempted. If NTLM fails, the AD LDS instances will not replicate. | |
| NegotiatePassThrough | All AD LDS instances in the configuration set use an identical account name and password as the AD LDS service account. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: