ServiceProxy<TService>.AuthenticateCore Method

Definition

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.

Applies to