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 Framework类库中,并且是命名空间的成员System.Messaging
。
重要
配置消息队列任务以发送消息时,可以使用消息队列当前支持的一种加密算法(Rc2 或 Rc4), (也称为 MSMQ) 来加密消息。 与较新的算法相比,这两种加密算法都被视为加密性很弱的算法,但消息队列尚不支持新的算法。 因此,在使用消息队列任务发送消息时,应考虑您的加密需要。
构造函数
EncryptionAlgorithmWrapper() |
初始化 EncryptionAlgorithmWrapper 类的新实例。 |
属性
EncryptionAlgo |
获取或设置用于加密私有消息的消息正文的加密算法。 |