다음을 통해 공유


EncryptionAlgorithmWrapper.EncryptionAlgo 속성

정의

프라이빗 메시지의 메시지 본문을 암호화하는 데 사용되는 암호화 알고리즘을 가져오거나 설정합니다.

public:
 property System::Messaging::EncryptionAlgorithm EncryptionAlgo { System::Messaging::EncryptionAlgorithm get(); void set(System::Messaging::EncryptionAlgorithm value); };
[System.Runtime.InteropServices.ComVisible(true)]
public System.Messaging.EncryptionAlgorithm EncryptionAlgo { get; set; }
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.EncryptionAlgo : System.Messaging.EncryptionAlgorithm with get, set
Public Property EncryptionAlgo As EncryptionAlgorithm

속성 값

EncryptionAlgorithm 열거형의 유효한 값입니다. EncryptionAlgorithm은 .NET Framework 클래스 라이브러리의 열거형이며 System.Messaging 네임스페이스에 있습니다.

특성

설명

기본 암호화 값은 .입니다 Rc2. 다른 유효한 값은 None암호화가 없는 경우 및 Rc4보안 수준이 낮은 옵션에 해당하는 값입니다.

중요

메시지를 보내도록 메시지 큐 작업을 구성할 때 메시지 큐(MSMQ라고도 함) 기술에서 현재 지원되는 Rc2 또는 Rc4 암호화 알고리즘 중 하나를 사용하여 메시지를 암호화할 수 있습니다. 이 두 암호화 알고리즘은 메시지 큐에서 현재 지원하지 않는 최신 알고리즘에 비해 암호화 방식이 취약한 것으로 간주됩니다. 따라서 메시지 큐 태스크를 사용하여 메시지를 전송할 때는 암호화 요구를 신중하게 고려해야 합니다.

적용 대상