ServiceProxy<TService>.ValidateAuthentication Method ()

 

Applies To: Dynamics CRM 2015

Authenticates the client and creates a new service channel.

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

Syntax

protected virtual void ValidateAuthentication()
protected:
virtual void ValidateAuthentication()
abstract ValidateAuthentication : unit -> unit
override ValidateAuthentication : unit -> unit
Protected Overridable Sub ValidateAuthentication

Remarks

If the IsAuthenticated property is set to false, the Authenticate method is invoked. If the ServiceChannel property is set to null, a new service channel is created.

See Also

ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright