ConnectionSecurityContext Class
SQL Server 2012
Represents information you use when you connect to Microsoft SQL Server.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
The ConnectionSecurityContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConnectionSecurityContext | Initializes a new instance of the ConnectionSecurityContext class. |
| 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 the Boolean property that specifies whether the connection is made by using Windows Authentication or SQL Server Authentication. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
![]() | Update | Updates schedule fields associated with the connection security context. |
