次の方法で共有


AuthenticationType 列挙型

定義

AuthenticationType の値を定義します。

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

フィールド

Basic 2
Invalid 0
None 1
NTLM 3

適用対象