다음을 통해 공유


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 개체에는 특정 조건에서 사용할 보안 알고리즘을 지정하는 여러 속성이 포함됩니다. 또한 서비스의 다양한 보안 기능을 설명합니다.

적용 대상