언어

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
특성

설명

이 클래스는 .NET 프레임워크 클래스 라이브러리에 위치한 열거 기능을 EncryptionAlgorithm 사용하며, 네임스페이스의 System.Messaging 구성원입니다.

Important

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

생성자

Name Description
EncryptionAlgorithmWrapper()

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

속성

Name Description
EncryptionAlgo

사적인 메시지의 본문을 암호화하는 데 사용되는 암호화 알고리즘을 받거나 설정합니다.

적용 대상