共用方式為


AuthenticationMode 列舉

定義

定義 AuthenticationMode 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AuthenticationMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AuthenticationMode = 
Public Enum AuthenticationMode
繼承
AuthenticationMode
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

AAD 1

使用 Azure Active Directory 的驗證模式。

SharedKey 0

使用共用金鑰的驗證模式。

TaskAuthenticationToken 2

使用工作驗證權杖的驗證模式。

適用於