IConnectionSecurityContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IConnectionSecurityContext
[System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IConnectionSecurityContext
[<System.Runtime.InteropServices.Guid("8BC1C162-A402-4EAC-945C-E8544115EF67")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IConnectionSecurityContext = interface
Public Interface IConnectionSecurityContext
- Derived
- Attributes
Properties
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. |
Methods
Update() |
Updates schedule fields associated with the connection security context. |