SqlCeReplication.PublisherSecurityMode Property
Specifies the security mode used when connecting to the Publisher.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
Syntax
'Declaration
Public Property PublisherSecurityMode As SecurityType
'Usage
Dim instance As SqlCeReplication
Dim value As SecurityType
value = instance.PublisherSecurityMode
instance.PublisherSecurityMode = value
public SecurityType PublisherSecurityMode { get; set; }
public:
property SecurityType PublisherSecurityMode {
SecurityType get ();
void set (SecurityType value);
}
/** @property */
public SecurityType get_PublisherSecurityMode ()
/** @property */
public void set_PublisherSecurityMode (SecurityType value)
public function get PublisherSecurityMode () : SecurityType
public function set PublisherSecurityMode (value : SecurityType)
Not applicable.
Property Value
The SecurityType constant that specifies the security mode.
Remarks
The SecurityType value can be one of the following constants:
Constant |
Description |
---|---|
SQL Server Authentication (default) |
|
Integrated Windows Authentication |
If this property value is set to DBAuthentication, the PublisherPassword and PublisherLogin properties must be specified.
Platforms
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
.NET Compact Framework
Supported in: 2.0, 1.0
See Also
Reference
SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace