ReplicationSecurityLevel Enumeration
.NET Framework (current version)
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show: