AuthenticationFeature.ShowHelp Method

Definition

When overridden in a derived class, returns a value that indicates whether to show Help for the authentication feature.

public:
 virtual bool ShowHelp();
public virtual bool ShowHelp ();
abstract member ShowHelp : unit -> bool
override this.ShowHelp : unit -> bool
Public Overridable Function ShowHelp () As Boolean

Returns

true if Help can be shown; otherwise, false. The default is false.

Applies to