次の方法で共有


NetMsmqBinding.Security プロパティ

定義

このバインドに関連付けられる NetMsmqSecurity を取得または設定します。

public:
 property System::ServiceModel::NetMsmqSecurity ^ Security { System::ServiceModel::NetMsmqSecurity ^ get(); };
public:
 property System::ServiceModel::NetMsmqSecurity ^ Security { System::ServiceModel::NetMsmqSecurity ^ get(); void set(System::ServiceModel::NetMsmqSecurity ^ value); };
public System.ServiceModel.NetMsmqSecurity Security { get; }
public System.ServiceModel.NetMsmqSecurity Security { get; set; }
member this.Security : System.ServiceModel.NetMsmqSecurity
member this.Security : System.ServiceModel.NetMsmqSecurity with get, set
Public ReadOnly Property Security As NetMsmqSecurity
Public Property Security As NetMsmqSecurity

プロパティ値

NetMsmqSecurity

このバインドに関連付けられている NetMsmqSecurity

NetMsmqSecurity オブジェクトを使用する方法を次のコードに示します。

NetMsmqBinding binding = new NetMsmqBinding();
    NetMsmqSecurity security = binding.Security;

注釈

NetMsmqSecurity は、Message Queuing (MSMQ) トランスポートと SOAP セキュリティの両方をカプセル化します。 トランスポートまたは SOAP セキュリティが有効であるかどうか、および有効である場合は、どの認証モードと保護レベルを使用するかを指定します。

適用対象