This topic has not yet been rated - Rate this topic

IConnectionSecurityContext Interface

Provides an implementation of the ConnectionSecurityContext class for late-bound COM clients. For information on the members of this interface, see the reference documentation for ConnectionSecurityContext.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
[GuidAttribute("ECE3CE93-0EAA-4A25-96C6-4FBF944E9346")]
public interface IConnectionSecurityContext

The IConnectionSecurityContext type exposes the following members.

  NameDescription
Public propertySecureSqlStandardPasswordGets or sets the password when using SQL server authentication.
Public propertySqlStandardLoginGets or sets the login used with SQL Server Authentication.
Public propertySqlStandardPasswordGets or sets the password for the login required for SQL Server Authentication.
Public propertyWindowsAuthenticationGets or sets a value that indicates whether the connection is made by using Windows Authentication.
Top
  NameDescription
Public methodUpdateUpdates schedule fields associated with the connection security context.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.