SqlCeReplication.PublisherSecurityMode Property

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

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
    Get
    Set
'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);
}
member PublisherSecurityMode : SecurityType with get, set
function get PublisherSecurityMode () : SecurityType
function set PublisherSecurityMode (value : SecurityType)

Property Value

Type: System.Data.SqlServerCe.SecurityType
The SecurityType constant that specifies the security mode.

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace