IConnectionSecurityContext Interface
SQL Server 2012
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)
The IConnectionSecurityContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SecureSqlStandardPassword | Gets or sets the password when using SQL server authentication. |
![]() | SqlStandardLogin | Gets or sets the login used with SQL Server Authentication. |
![]() | SqlStandardPassword | Gets or sets the password for the login required for SQL Server Authentication. |
![]() | WindowsAuthentication | Gets or sets a value that indicates whether the connection is made by using Windows Authentication. |
