ServiceProxy<TService>.AuthenticateCore 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 client with a service.
protected:
virtual void AuthenticateCore();
protected virtual void AuthenticateCore ();
abstract member AuthenticateCore : unit -> unit
override this.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.