MessageSecurityVersion.Default プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既定のメッセージ セキュリティのバージョン情報を取得します。
public:
static property System::ServiceModel::MessageSecurityVersion ^ Default { System::ServiceModel::MessageSecurityVersion ^ get(); };
public static System.ServiceModel.MessageSecurityVersion Default { get; }
static member Default : System.ServiceModel.MessageSecurityVersion
Public Shared ReadOnly Property Default As MessageSecurityVersion
プロパティ値
既定のメッセージ セキュリティを表す MessageSecurityVersion オブジェクト。
注釈
既定のセキュリティ仕様は、WS-Security 1.1、WSTrust (2005 年 2 月版)、WSSecureConversation (2005 年 2 月版)、および WS-SecurityPolicy 1.1 です。
この静的プロパティは、このクラスのインスタンスを返します。 このクラスのインスタンスは、Create…CertificateBindingElement
クラスの SecurityBindingElement メソッド呼び出しでパラメーターとして使用されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET