ServiceHostBase.Authentication 속성

정의

서비스 인증 동작을 가져옵니다.

public:
 property System::ServiceModel::Description::ServiceAuthenticationBehavior ^ Authentication { System::ServiceModel::Description::ServiceAuthenticationBehavior ^ get(); };
public System.ServiceModel.Description.ServiceAuthenticationBehavior Authentication { get; }
member this.Authentication : System.ServiceModel.Description.ServiceAuthenticationBehavior
Public ReadOnly Property Authentication As ServiceAuthenticationBehavior

속성 값

ServiceAuthenticationBehavior

서비스 인증 동작입니다.

적용 대상