If Positive
, endpoints that provide message security are preferred for selection. If Negative
, endpoints that do not provide message security are preferred for selection.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property MessageSecurityPreference As Sign
'Usage
Dim instance As UAEndpointSelectionPolicy
Dim value As Sign
instance.MessageSecurityPreference = value
value = instance.MessageSecurityPreference
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public Sign MessageSecurityPreference {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property Sign MessageSecurityPreference {
Sign get();
void set ( Sign value);
}
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also