Share via


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

プロパティ値

暗号化が使用されている場合は true。暗号化が使用されていない場合は false。

適用対象