PublisherConnectionSecurityContext.SecurityMode Property

Definition

Get or sets the type of login used when connecting to the Publisher.

public:
 property Microsoft::SqlServer::Replication::ReplicationSecurityMode SecurityMode { Microsoft::SqlServer::Replication::ReplicationSecurityMode get(); void set(Microsoft::SqlServer::Replication::ReplicationSecurityMode value); };
public Microsoft.SqlServer.Replication.ReplicationSecurityMode SecurityMode { get; set; }
member this.SecurityMode : Microsoft.SqlServer.Replication.ReplicationSecurityMode with get, set
Public Property SecurityMode As ReplicationSecurityMode

Property Value

A ReplicationSecurityMode value.

Remarks

When possible, use Windows Authentication.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Applies to