NetMsmqSecurity.Mode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与 NetMsmqSecurityMode 绑定关联的 NetMsmqBinding。
public:
property System::ServiceModel::NetMsmqSecurityMode Mode { System::ServiceModel::NetMsmqSecurityMode get(); void set(System::ServiceModel::NetMsmqSecurityMode value); };
public System.ServiceModel.NetMsmqSecurityMode Mode { get; set; }
member this.Mode : System.ServiceModel.NetMsmqSecurityMode with get, set
Public Property Mode As NetMsmqSecurityMode
属性值
与 NetMsmqSecurityMode 绑定关联的 NetMsmqBinding。
例外
示例
NetMsmqSecurityMode secMode = security.Mode;
Dim secMode = security.Mode
注解
此属性确定由关联的 NetMsmqBinding 使用的安全类型。 下面的列表描述了可接受的值:
无 - 不使用安全性。
传输 - 使用传输安全性。
消息 - 使用基于消息的安全性。
两者 - 同时使用基于消息的安全性和传输安全性。