NetMsmqSecurity.Mode 屬性

定義

取得或設定與 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 值。

範例

NetMsmqSecurityMode secMode = security.Mode;
Dim secMode = security.Mode

備註

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

  • - 未使用任何安全性。

  • 傳輸 - 使用傳輸安全性。

  • 訊息 - 使用訊息式安全性。

  • 兩者 - 使用訊息式安全性和傳輸安全性。

適用於