SqlAuthenticationProvider.AcquireTokenAsync Method
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.
Acquires a security token from the authority.
public:
abstract System::Threading::Tasks::Task<Microsoft::Data::SqlClient::SqlAuthenticationToken ^> ^ AcquireTokenAsync(Microsoft::Data::SqlClient::SqlAuthenticationParameters ^ parameters);
public abstract System.Threading.Tasks.Task<Microsoft.Data.SqlClient.SqlAuthenticationToken> AcquireTokenAsync (Microsoft.Data.SqlClient.SqlAuthenticationParameters parameters);
abstract member AcquireTokenAsync : Microsoft.Data.SqlClient.SqlAuthenticationParameters -> System.Threading.Tasks.Task<Microsoft.Data.SqlClient.SqlAuthenticationToken>
Public MustOverride Function AcquireTokenAsync (parameters As SqlAuthenticationParameters) As Task(Of SqlAuthenticationToken)
Parameters
- parameters
- SqlAuthenticationParameters
The Active Directory authentication parameters passed by the driver to authentication providers.
Returns
Represents an asynchronous operation that returns the AD authentication token.