次の方法で共有


BuiltInAuthenticationProvider 列挙型

定義

BuiltInAuthenticationProvider の値を定義します。

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

フィールド

AzureActiveDirectory 0
Facebook 1
Google 2
MicrosoftAccount 3
Twitter 4

適用対象