WCF-Xtensions Class Reference for Mono
Security Property (WcfXTransportSettings)






Gets TransportSecuritySettings that provides transport security settings for the binding.
Syntax
'Declaration
 
Public ReadOnly Property Security As TransportSecuritySettings
'Usage
 
Dim instance As WcfXTransportSettings
Dim value As TransportSecuritySettings
 
value = instance.Security
public TransportSecuritySettings Security {get;}
public read-only property Security: TransportSecuritySettings; 
public function get Security : TransportSecuritySettings
public: __property TransportSecuritySettings* get_Security();
public:
property TransportSecuritySettings^ Security {
   TransportSecuritySettings^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WcfXTransportSettings Class
WcfXTransportSettings Members

Send Feedback