ServiceProxy<TService>.AuthenticateCore Method ()
Applies To: Dynamics CRM 2015
Authenticates the client with a service.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected virtual void AuthenticateCore()
protected:
virtual void AuthenticateCore()
abstract AuthenticateCore : unit -> unit
override AuthenticateCore : unit -> unit
Protected Overridable Sub AuthenticateCore
Remarks
When using claims-based authentication, a new security token is requested by this method invocation. The ServiceConfiguration must be set prior to calling this method.
See Also
ServiceProxy<TService> Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright