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
 
Property MessageSecurityPreference As Sign
             
        
            
            'Usage
 
Dim instance As _UAEndpointSelectionPolicy
Dim value As Sign
 
instance.MessageSecurityPreference = value
 
value = instance.MessageSecurityPreference
             
        
            
            Sign MessageSecurityPreference {get; set;}
             
        
            
            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