次の方法で共有


IWithAuthentication<FluentT> インターフェイス

定義

認証を設定できる Web アプリ定義ステージ。

public interface IWithAuthentication<FluentT>
type IWithAuthentication<'FluentT> = interface
Public Interface IWithAuthentication(Of FluentT)

型パラメーター

FluentT

リソースの型。

派生

メソッド

DefineAuthentication()

新しい認証構成の定義を指定します。

適用対象