SecurityMode Enumeration

 

Enumerates the type of authentication to use when a replication agent connects to a server in a replication topology.

Namespace:   Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

public enum class SecurityMode

Member nameDescription
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.

No code example is currently available or this language may not be supported.
Return to top
Show: