NetTcpBinding.Security 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个对象,该对象指定与采用此绑定配置的服务一起使用的安全类型。
public:
property System::ServiceModel::NetTcpSecurity ^ Security { System::ServiceModel::NetTcpSecurity ^ get(); void set(System::ServiceModel::NetTcpSecurity ^ value); };
public:
property System::ServiceModel::NetTcpSecurity ^ Security { System::ServiceModel::NetTcpSecurity ^ get(); };
public System.ServiceModel.NetTcpSecurity Security { get; set; }
public System.ServiceModel.NetTcpSecurity Security { get; }
member this.Security : System.ServiceModel.NetTcpSecurity with get, set
member this.Security : System.ServiceModel.NetTcpSecurity
Public Property Security As NetTcpSecurity
Public ReadOnly Property Security As NetTcpSecurity
属性值
包含与此绑定一起使用的安全类型的 NetTcpSecurity。
NetTCPBinding
的默认安全模式是 Transport。
示例
此示例演示如何获取 Security 值。
NetTcpSecurity security = binding.Security;
注解
NetTcpSecurity 提供可用于 NetTcpBinding 的安全类型和设置。