NetMsmqSecurityElement.Mode 屬性

定義

取得或設定與 NetMsmqSecurityMode 繫結關聯的 NetMsmqBinding 執行個體。

public:
 property System::ServiceModel::NetMsmqSecurityMode Mode { System::ServiceModel::NetMsmqSecurityMode get(); void set(System::ServiceModel::NetMsmqSecurityMode value); };
[System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.NetMsmqSecurityMode.Transport)]
public System.ServiceModel.NetMsmqSecurityMode Mode { get; set; }
[<System.Configuration.ConfigurationProperty("mode", DefaultValue=System.ServiceModel.NetMsmqSecurityMode.Transport)>]
member this.Mode : System.ServiceModel.NetMsmqSecurityMode with get, set
Public Property Mode As NetMsmqSecurityMode

屬性值

NetMsmqSecurityMode 繫結關聯的 NetMsmqBinding 執行個體。

屬性

備註

這個屬性會決定關聯之 NetMsmqBinding 所使用的安全性類型。 下列清單描述可接受的值:

  • None:不會使用任何安全性。

  • Transport:將會使用傳輸安全性。

  • Message:將會使用訊息安全性。

  • Both:將會同時使用訊息安全性和傳輸安全性。

適用於