Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
The InternetSecurityMode property specifies the security mode used when connecting to the Web server during Web synchronization.
Sintaxis
object.InternetSecurityMode [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge object. |
value |
SECURITY_TYPE constant that specifies the security mode enforced at the Subscriber. |
Applies To
SQLMerge Object (Replication ActiveX)
Notas
The supported values of SECURITY_TYPE (Replication ActiveX) for Web synchronization are BASIC_AUTHENTICATION and 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 Configurar la sincronización Web.
If the value is BASIC_AUTHENTICATION, InternetLogin and InternetPassword must also be specified.
Data Type
Modifiable
Read/write
Prototype C/C++
HRESULT get_InternetSecurityMode(SECURITY_TYPE *pVal);
HRESULT put_InternetSecurityMode(SECURITY_TYPE newVal);
Vea también
Otros recursos
Sincronización Web para la réplica de mezcla