MessageIsSecured Property |
An indicator to end user, if the message is handled in a Secured context : whether it is encrypted, send via HTTPS channel or digitally signed.
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool IsSecured { get; set; }
<DataMemberAttribute>
Public Property IsSecured As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool IsSecured {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member IsSecured : bool with get, set
Property Value
Type:
BooleanSee Also