RemoteAuthenticationHandler<TOptions>.ShouldHandleRequestAsync 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.
Gets a value that determines if the current authentication request should be handled by HandleRequestAsync().
public:
virtual System::Threading::Tasks::Task<bool> ^ ShouldHandleRequestAsync();
public virtual System.Threading.Tasks.Task<bool> ShouldHandleRequestAsync ();
abstract member ShouldHandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
override this.ShouldHandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overridable Function ShouldHandleRequestAsync () As Task(Of Boolean)
Returns
true
to handle the operation, otherwise false
.