语言

IMessageQueueTask.UseEncryption 属性

定义

获取或设置一个值,指示消息是否使用加密。

public:
 property bool UseEncryption { bool get(); void set(bool value); };
public bool UseEncryption { get; set; }
member this.UseEncryption : bool with get, set
Public Property UseEncryption As Boolean

属性值

如果使用加密,则为真;如果未使用加密,则为假。

适用于