AuthenticationMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 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 | 使用工作驗證權杖的驗證模式。 |