DefaultPropertiesToSend.UseAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出訊息在傳送之前是否必須通過驗證。
public:
property bool UseAuthentication { bool get(); void set(bool value); };
[System.Messaging.MessagingDescription("MsgUseAuthentication")]
public bool UseAuthentication { get; set; }
[<System.Messaging.MessagingDescription("MsgUseAuthentication")>]
member this.UseAuthentication : bool with get, set
Public Property UseAuthentication As Boolean
屬性值
如果傳送的應用程式要求訊息的驗證則為 true
,否則為 false
。 預設為 false
。
- 屬性
備註
屬性 UseAuthentication 會指定是否需要驗證訊息。 如果傳送的應用程式要求驗證,消息佇列會建立數字簽名,並在傳送訊息時使用它來簽署訊息,並在收到訊息時進行驗證。
如果訊息傳送至只接受已驗證訊息的佇列,如果 UseAuthentication 設定 false
為 ,則會在到達佇列時拒絕訊息。
無法查看訊息的屬性,並判斷訊息是否失敗驗證。 失敗驗證的訊息會被捨棄,而且不會傳遞至佇列。