SecurityElementBase.DefaultAlgorithmSuite プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このバインディングの既定のアルゴリズム スイートを取得または設定します。
public:
property System::ServiceModel::Security::SecurityAlgorithmSuite ^ DefaultAlgorithmSuite { System::ServiceModel::Security::SecurityAlgorithmSuite ^ get(); void set(System::ServiceModel::Security::SecurityAlgorithmSuite ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SecurityAlgorithmSuiteConverter))]
[System.Configuration.ConfigurationProperty("defaultAlgorithmSuite", DefaultValue="Default")]
public System.ServiceModel.Security.SecurityAlgorithmSuite DefaultAlgorithmSuite { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SecurityAlgorithmSuiteConverter))>]
[<System.Configuration.ConfigurationProperty("defaultAlgorithmSuite", DefaultValue="Default")>]
member this.DefaultAlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite with get, set
Public Property DefaultAlgorithmSuite As SecurityAlgorithmSuite
プロパティ値
このバインディングの既定のアルゴリズム スイートを指定する SecurityAlgorithmSuite。 既定値は、Basic256 です。
- 属性