次の方法で共有


SecurityElementBase.DefaultAlgorithmSuite プロパティ

定義

このバインディングの既定のアルゴリズム スイートを取得または設定します。

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

このバインディングの既定のアルゴリズム スイートを指定する SecurityAlgorithmSuite。 既定値は、Basic256 です。

属性

適用対象