次の方法で共有


UnauthenticatedClientAction 列挙型

定義

認証されていないクライアントがアプリへのアクセスを試みたときに実行するアクション。

public enum UnauthenticatedClientAction
type UnauthenticatedClientAction = 
Public Enum UnauthenticatedClientAction
継承
UnauthenticatedClientAction

フィールド

AllowAnonymous 1

AllowAnonymous。

RedirectToLoginPage 0

RedirectToLoginPage。

適用対象