共用方式為


IWithDefaultAuthenticationProvider<ParentT> 介面

定義

允許設定預設驗證提供者的 Web 應用程式驗證定義。

public interface IWithDefaultAuthenticationProvider<ParentT>
type IWithDefaultAuthenticationProvider<'ParentT> = interface
Public Interface IWithDefaultAuthenticationProvider(Of ParentT)

類型參數

ParentT

最終 Attachable.attach () 的傳回型別。

衍生

方法

WithAnonymousAuthentication()

預設不需要登入。

WithDefaultAuthenticationProvider(BuiltInAuthenticationProvider)

指定預設驗證提供者。

適用於