ChannelProtectionRequirements.Add メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ChannelProtectionRequirements 内のさまざまな部分のコレクションを、このクラスの現在のインスタンスに追加します。 両方の ChannelProtectionRequirements インスタンスに特定のメッセージの保護要件がある場合、それらの要件がマージされ、生成される保護要件は個々の保護要件の最大値になります。
オーバーロード
Add(ChannelProtectionRequirements) |
指定した ChannelProtectionRequirements 内の部分のコレクションを、このクラスの現在のインスタンスに追加します。 |
Add(ChannelProtectionRequirements, Boolean) |
指定した ChannelProtectionRequirements 内のさまざまな部分のコレクションを、このクラスの現在のインスタンスに追加します。 |
Add(ChannelProtectionRequirements)
指定した ChannelProtectionRequirements 内の部分のコレクションを、このクラスの現在のインスタンスに追加します。
public:
void Add(System::ServiceModel::Security::ChannelProtectionRequirements ^ protectionRequirements);
public void Add (System.ServiceModel.Security.ChannelProtectionRequirements protectionRequirements);
member this.Add : System.ServiceModel.Security.ChannelProtectionRequirements -> unit
Public Sub Add (protectionRequirements As ChannelProtectionRequirements)
パラメーター
- protectionRequirements
- ChannelProtectionRequirements
適用対象
Add(ChannelProtectionRequirements, Boolean)
指定した ChannelProtectionRequirements 内のさまざまな部分のコレクションを、このクラスの現在のインスタンスに追加します。
public:
void Add(System::ServiceModel::Security::ChannelProtectionRequirements ^ protectionRequirements, bool channelScopeOnly);
public void Add (System.ServiceModel.Security.ChannelProtectionRequirements protectionRequirements, bool channelScopeOnly);
member this.Add : System.ServiceModel.Security.ChannelProtectionRequirements * bool -> unit
Public Sub Add (protectionRequirements As ChannelProtectionRequirements, channelScopeOnly As Boolean)
パラメーター
- protectionRequirements
- ChannelProtectionRequirements
- channelScopeOnly
- Boolean
スコープがチャネルのみかどうかを指定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET