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

SecurityAlgorithmSuite。 默认值是 Basic256

示例

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

注解

返回的 SecurityAlgorithmSuite 对象包含大量属性,这些属性指定要在特定条件下使用的安全算法。 它还描述该服务的各种安全功能。

适用于