EncryptionAlgorithmWrapper 类

Describes the type of encryption, if any, that the Message Queue task uses.

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask..::..EncryptionAlgorithmWrapper

命名空间:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
程序集:  Microsoft.SqlServer.MSMQTask(在 Microsoft.SqlServer.MSMQTask.dll 中)

语法

声明
<ComVisibleAttribute(True)> _
Public Class EncryptionAlgorithmWrapper
用法
Dim instance As EncryptionAlgorithmWrapper
[ComVisibleAttribute(true)]
public class EncryptionAlgorithmWrapper
[ComVisibleAttribute(true)]
public ref class EncryptionAlgorithmWrapper
[<ComVisibleAttribute(true)>]
type EncryptionAlgorithmWrapper =  class end
public class EncryptionAlgorithmWrapper

EncryptionAlgorithmWrapper 类型公开以下成员。

构造函数

  名称 说明
公共方法 EncryptionAlgorithmWrapper Initializes a new instance of the EncryptionAlgorithmWrapper class.

页首

属性

  名称 说明
公共属性 EncryptionAlgo Gets or sets the encryption algorithm used to encrypt the message body of a private message.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

This class uses the EncryptionAlgorithm enumeration, which is located in the .NET Framework Class Library, and is a member of the System.Messaging namespace.

重要说明重要提示

When configuring the Message Queue task to send messages, you can use one of the encryption algorithms, either Rc2 or Rc4, that are currently supported by Message Queuing (also known as MSMQ) to encrypt the message. Both of these encryption algorithms are now considered cryptographically weak compared to newer algorithms, which Message Queuing does not yet support. Therefore, you should consider your cryptography needs carefully when sending messages using the Message Queue task.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。