SqlAuthenticationParameters Class
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.
Represents AD authentication parameters passed by a driver to authentication providers.
public class SqlAuthenticationParameters
type SqlAuthenticationParameters = class
Public Class SqlAuthenticationParameters
- Inheritance
-
SqlAuthenticationParameters
Constructors
| SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid) |
Initializes a new instance of the SqlAuthenticationParameters class using the specified authentication method, server name, database name, resource URI, authority URI, user login name/ID, user password and connection ID. |
| SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32) |
Initializes a new instance of the SqlAuthenticationParameters class using the specified authentication method, server name, database name, resource URI, authority URI, user login name/ID, user password, connection ID and connection timeout value. |
Fields
| ConnectionTimeout |
Gets the connection timeout value. |
Properties
| AuthenticationMethod |
Gets the authentication method. |
| Authority |
Gets the authority URI. |
| ConnectionId |
Gets the connection ID. |
| ConnectionTimeout |
Gets the connection timeout value. |
| DatabaseName |
Gets the database name. |
| Password |
Gets the user password. |
| Resource |
The resource URIs. |
| ServerName |
Gets the server name. |
| UserId |
Gets the user login name/ID. |