다음을 통해 공유


SecurityElementBase.AuthenticationMode 속성

정의

메시지 교환에 사용되는 인증 설정을 가져오거나 설정합니다.

public:
 property System::ServiceModel::Configuration::AuthenticationMode AuthenticationMode { System::ServiceModel::Configuration::AuthenticationMode get(); void set(System::ServiceModel::Configuration::AuthenticationMode value); };
[System.Configuration.ConfigurationProperty("authenticationMode", DefaultValue=System.ServiceModel.Configuration.AuthenticationMode.SspiNegotiated)]
public System.ServiceModel.Configuration.AuthenticationMode AuthenticationMode { get; set; }
[<System.Configuration.ConfigurationProperty("authenticationMode", DefaultValue=System.ServiceModel.Configuration.AuthenticationMode.SspiNegotiated)>]
member this.AuthenticationMode : System.ServiceModel.Configuration.AuthenticationMode with get, set
Public Property AuthenticationMode As AuthenticationMode

속성 값

AuthenticationMode

메시지 교환에 사용되는 인증 설정입니다.

특성

적용 대상