RemoteAuthenticationHandler<TOptions>.ShouldHandleRequestAsync Method

Definition

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.

Applies to