SecurityMode Enumeration
Enumerates the type of authentication to use when a replication agent connects to a server in a replication topology.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
| Member name | Description | |
|---|---|---|
| Integrated | Windows Authentication | |
| Standard | SQL Server Authentication or HTTP Basic Authentication when used with a Secure Sockets Layer (SSL) connection to the Web synchronization Web server. |
With the exception of the connection to the Web server used with Web synchronization for merge replication, you should use Windows Authentication whenever possible. For more information, see Web Synchronization for Merge Replication.
Show: