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 值。
範例
NetMsmqSecurityMode secMode = security.Mode;
Dim secMode = security.Mode
備註
這個屬性會決定關聯之 NetMsmqBinding 所使用的安全性類型。 下列清單描述可接受的值:
無 - 未使用任何安全性。
傳輸 - 使用傳輸安全性。
訊息 - 使用訊息式安全性。
兩者 - 使用訊息式安全性和傳輸安全性。