次の方法で共有


UnauthenticatedClientAction 列挙型

定義

UnauthenticatedClientAction の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum UnauthenticatedClientAction
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type UnauthenticatedClientAction = 
Public Enum UnauthenticatedClientAction
継承
UnauthenticatedClientAction
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

AllowAnonymous 1
RedirectToLoginPage 0

適用対象