MsmqTransportSecurity.MsmqEncryptionAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与 MsmqEncryptionAlgorithm 类的此实例相关联的 MsmqTransportSecurity。
public:
property System::ServiceModel::MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { System::ServiceModel::MsmqEncryptionAlgorithm get(); void set(System::ServiceModel::MsmqEncryptionAlgorithm value); };
public System.ServiceModel.MsmqEncryptionAlgorithm MsmqEncryptionAlgorithm { get; set; }
member this.MsmqEncryptionAlgorithm : System.ServiceModel.MsmqEncryptionAlgorithm with get, set
Public Property MsmqEncryptionAlgorithm As MsmqEncryptionAlgorithm
属性值
与 MsmqEncryptionAlgorithm 类的此实例相关联的 MsmqTransportSecurity。
例外
注解
在消息队列管理器之间传输消息时,MSMQ 可以对网络上的消息进行加密。 默认加密算法为 RC4Stream。