다음을 통해 공유


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

작업 인증 토큰을 사용하는 인증 모드입니다.

적용 대상