다음을 통해 공유


ServiceAuthenticationElement.AuthenticationSchemes 속성

정의

ServiceAuthenticationElement에 사용된 인증 체계를 가져오거나 설정합니다.

public:
 property System::Net::AuthenticationSchemes AuthenticationSchemes { System::Net::AuthenticationSchemes get(); void set(System::Net::AuthenticationSchemes value); };
[System.Configuration.ConfigurationProperty("authenticationSchemes", DefaultValue=System.Net.AuthenticationSchemes.None)]
public System.Net.AuthenticationSchemes AuthenticationSchemes { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationSchemes", DefaultValue=System.Net.AuthenticationSchemes.None)>]
member this.AuthenticationSchemes : System.Net.AuthenticationSchemes with get, set
Public Property AuthenticationSchemes As AuthenticationSchemes

속성 값

사용된 인증 스키마입니다.

특성

적용 대상