AuthenticationHandler<TOptions>.GetDescriptions メソッド

定義

public:
 virtual void GetDescriptions(Microsoft::AspNetCore::Http::Features::Authentication::DescribeSchemesContext ^ describeContext);
public void GetDescriptions (Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext describeContext);
abstract member GetDescriptions : Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext -> unit
override this.GetDescriptions : Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext -> unit
Public Sub GetDescriptions (describeContext As DescribeSchemesContext)

パラメーター

describeContext
DescribeSchemesContext

実装

適用対象