IServiceManagement<TService>.Authenticate 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.
Authenticates the logged on user with the service.
public:
Microsoft::Xrm::Sdk::Client::AuthenticationCredentials ^ Authenticate(Microsoft::Xrm::Sdk::Client::AuthenticationCredentials ^ authenticationCredentials);
public Microsoft.Xrm.Sdk.Client.AuthenticationCredentials Authenticate (Microsoft.Xrm.Sdk.Client.AuthenticationCredentials authenticationCredentials);
abstract member Authenticate : Microsoft.Xrm.Sdk.Client.AuthenticationCredentials -> Microsoft.Xrm.Sdk.Client.AuthenticationCredentials
Public Function Authenticate (authenticationCredentials As AuthenticationCredentials) As AuthenticationCredentials
Parameters
- authenticationCredentials
- AuthenticationCredentials
Specifies the user’s logon credentials.
Returns
The user's authentication credentials, including the final security token.