NetHttpBinding.Security 属性
定义
获取或设置用于配置有绑定的服务的安全。Gets or sets the security used with services configured with the binding.
public:
property System::ServiceModel::BasicHttpSecurity ^ Security { System::ServiceModel::BasicHttpSecurity ^ get(); void set(System::ServiceModel::BasicHttpSecurity ^ value); };
public System.ServiceModel.BasicHttpSecurity Security { get; set; }
member this.Security : System.ServiceModel.BasicHttpSecurity with get, set
Public Property Security As BasicHttpSecurity
属性值
安全类型与由绑定配置的服务一起使用。The security used with services configured with the binding.