IServiceManagement<TService>.Authenticate Method (AuthenticationCredentials)

 

Applies To: Dynamics CRM 2015

Authenticates the logged on user with the service.

Namespace:   Microsoft.Xrm.Sdk.Client
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

AuthenticationCredentials Authenticate(
    AuthenticationCredentials authenticationCredentials
)
AuthenticationCredentials^ Authenticate(
    AuthenticationCredentials^ authenticationCredentials
)
abstract Authenticate : 
        authenticationCredentials:AuthenticationCredentials -> AuthenticationCredentials
Function Authenticate (
    authenticationCredentials As AuthenticationCredentials
) As AuthenticationCredentials

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.Client.AuthenticationCredentials

Type: AuthenticationCredentials
The user’s authentication credentials, including the final security token.

See Also

IServiceManagement<TService> Interface
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright