AuthenticationFeature.ShowHelp 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.
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
.