RemoteAuthenticationHandler<TOptions>.ShouldHandleRequestAsync 메서드

정의

에서 현재 인증 요청을 처리 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)

반환

true 작업을 처리하려면 이고, 그렇지 않으면 false입니다.

적용 대상