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

服务身份验证行为。

适用于