ConnectionSecurityContext Members

Include Protected Members
Include Inherited Members

Represents information you use when you connect to Microsoft SQL Server.

The ConnectionSecurityContext type exposes the following members.

Constructors

  Name Description
Public method ConnectionSecurityContext() Initializes a new instance of the ConnectionSecurityContext class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Public method Update() Updates schedule fields associated with the connection security context.

Top

Properties

  Name Description
Public property SecureSqlStandardPassword
Public property SqlStandardLogin Gets or sets the login used with SQL Server Authentication.
Public property SqlStandardPassword Gets or sets the password for the login required for SQL Server Authentication.
Public property WindowsAuthentication Gets or sets the Boolean property that specifies whether the connection is made by using Windows Authentication or SQL Server Authentication.

Top