MsmqIntegrationMessageProperty.Authenticated Property

Definition

Gets or sets whether the message was authenticated.

public:
 property Nullable<bool> Authenticated { Nullable<bool> get(); };
public bool? Authenticated { get; }
member this.Authenticated : Nullable<bool>
Public ReadOnly Property Authenticated As Nullable(Of Boolean)

Property Value

true if the message was authenticated; otherwise, false.

Remarks

Gets a value that indicates whether the message was authenticated.

Applies to