SECURITY_TYPE (Replication ActiveX)
The SECURITY_TYPE specifies security type values for the DistributorSecurityMode Property (Replication ActiveX), PublisherSecurityMode Property (Replication ActiveX), and SubscriberSecurityMode Property (Replication ActiveX) properties.
Constant
Value
Description
BASIC_AUTHENTICATION
0
Specifies HTTP Basic Authentication for the connection to the Web server during Web synchronization.
Remarque :
You must implement Secure Sockets Layer (SSL) between the Subscriber and the IIS server when you use Web synchronization.
DB_AUTHENTICATION
0
Specifies SQL Server Authentication for the connection.
NT_AUTHENTICATION
1
Specifies Windows Authentication for the connection.
Notes
When possible, you should use NT_AUTHENTICATION.
BASIC_AUTHENTICATION should be used when connecting to the Web server during Web synchronization. For more information, see "Security Best Practices for Web Synchronization" in Configuration de la synchronisation Web.
Voir aussi
Référence
Replication ActiveX Control Reference