다음을 통해 공유


SecurityAlgorithmSuite.DefaultEncryptionAlgorithm 속성

정의

기본 암호화 알고리즘을 문자열로 가져옵니다.

public:
 abstract property System::String ^ DefaultEncryptionAlgorithm { System::String ^ get(); };
public abstract string DefaultEncryptionAlgorithm { get; }
member this.DefaultEncryptionAlgorithm : string
Public MustOverride ReadOnly Property DefaultEncryptionAlgorithm As String

속성 값

기본 암호화 알고리즘입니다.

설명

재정의 시 IsEncryptionAlgorithmSupported 메서드에서의 비교에 사용할 문자열 값을 제공합니다.

적용 대상