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
 
Public Property MessageSecurityPreference As Sign
             
        
            
            'Usage
 
Dim instance As UAEndpointSelectionPolicy
Dim value As Sign
 
instance.MessageSecurityPreference = value
 
value = instance.MessageSecurityPreference
             
        
            
            public Sign MessageSecurityPreference {get; set;}
             
        
            
            public:
property Sign MessageSecurityPreference {
   Sign get();
   void set (    Sign value);
}
             
        
             
        
            
            
            Property Value
The default value of this property is Negative (Sign.Negative).
 
            
            
            
            
            
            
            
            
            
            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