Share via


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)

Property Value

The SecurityType constant that specifies the security mode.

Remarks

The SecurityType value can be one of the following constants:

Constant

Description

DBAuthentication

SQL Server Authentication (default)

NTAuthentication

Integrated Windows Authentication

If this property value is set to DBAuthentication, the PublisherPassword and PublisherLogin properties must be specified.

.NET Framework Security

  • Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see .

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0, 1.0

See Also

Reference

SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace