EncryptionAlgorithmWrapper 클래스

정의

메시지 큐 태스크에서 사용하는 암호화(있는 경우) 유형에 대해 설명합니다.

public ref class EncryptionAlgorithmWrapper
[System.Runtime.InteropServices.ComVisible(true)]
public class EncryptionAlgorithmWrapper
[<System.Runtime.InteropServices.ComVisible(true)>]
type EncryptionAlgorithmWrapper = class
Public Class EncryptionAlgorithmWrapper
상속
EncryptionAlgorithmWrapper
특성

설명

이 클래스는 EncryptionAlgorithm .NET Framework 클래스 라이브러리에 있으며 네임스페이스의 멤버인 열거형을 System.Messaging 사용합니다.

중요

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

생성자

EncryptionAlgorithmWrapper()

EncryptionAlgorithmWrapper 클래스의 새 인스턴스를 초기화합니다.

속성

EncryptionAlgo

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

적용 대상