EncryptionAlgorithmWrapper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述消息队列任务所使用的加密类型(如果有的话)。
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 框架类库中,是命名空间的System.Messaging成员。
Important
在配置消息队列任务发送消息时,您可以使用目前消息排队(也称为MSMQ)支持的加密算法之一(Rc2或Rc4)来加密消息。 与较新的算法相比,这两种加密算法都被视为加密性很弱的算法,但消息队列尚不支持新的算法。 因此,在使用消息队列任务发送消息时,应考虑您的加密需要。
构造函数
| 名称 | 说明 |
|---|---|
| EncryptionAlgorithmWrapper() |
初始化 EncryptionAlgorithmWrapper 类的新实例。 |
属性
| 名称 | 说明 |
|---|---|
| EncryptionAlgo |
获取或设置用于加密私信正文的加密算法。 |