次の方法で共有


BasicHttpMessageSecurity.AlgorithmSuite プロパティ

定義

BasicHttpMessageSecurity で使用するアルゴリズム スイートを指定します。

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

プロパティ値

SecurityAlgorithmSuite。 既定値は Basic256 です。

SecurityAlgorithmSuite sas = msgSecurity.AlgorithmSuite;
BasicHttpMessageCredentialType credType = msgSecurity.ClientCredentialType;
Dim sas As SecurityAlgorithmSuite = msgSecurity.AlgorithmSuite
Dim credType As BasicHttpMessageCredentialType = msgSecurity.ClientCredentialType

注釈

返される SecurityAlgorithmSuite オブジェクトには、特定の条件で使用するセキュリティ アルゴリズムを指定する多数のプロパティが含まれます。 また、サービスが提供するさまざまなセキュリティ機能も記述されています。

適用対象