다음을 통해 공유


SecurityAlgorithmSuite.Default 속성

정의

기본 알고리즘 모음을 가져옵니다.

public:
 static property System::ServiceModel::Security::SecurityAlgorithmSuite ^ Default { System::ServiceModel::Security::SecurityAlgorithmSuite ^ get(); };
public static System.ServiceModel.Security.SecurityAlgorithmSuite Default { get; }
member this.Default : System.ServiceModel.Security.SecurityAlgorithmSuite
Public Shared ReadOnly Property Default As SecurityAlgorithmSuite

속성 값

SecurityAlgorithmSuite

기본 SecurityAlgorithmSuite는 256비트 AES(Advanced Encryption Standard)를 대칭 암호화 알고리즘으로 지정하는Basic256입니다.

설명

반환된 SecurityAlgorithmSuite는 기본값을 지정하는 속성 및 메서드를 재정의하는 내부 서브클래스입니다.

적용 대상