AuthenticationFeature.Load Method

Definition

When overridden in a derived class, loads the authentication feature.

public:
 abstract void Load();
public abstract void Load ();
abstract member Load : unit -> unit
Public MustOverride Sub Load ()

Remarks

Derived classes typically use a service to load the settings.

Applies to