MessageIsAuthenticated Property |
Gets the flag if the transaction is treated with authentication used: Basic Authentication, Windows integrated authentication, ...
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool IsAuthenticated { get; set; }
<DataMemberAttribute>
Public Property IsAuthenticated As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsAuthenticated {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsAuthenticated : bool with get, set
Property Value
Type:
BooleanSee Also