Noemax.WCFX.Configuration Namespace > WcfXTransportSettingsElement Class : Security Property |
TransportSecuritySettings
that provides transport security settings for the binding.'Declaration <System.Configuration.ConfigurationPropertyAttribute(Name="security", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsRequired=False, IsKey=False)> Public Property Security As TransportSecurityElement
'Usage Dim instance As WcfXTransportSettingsElement Dim value As TransportSecurityElement instance.Security = value value = instance.Security
[System.Configuration.ConfigurationProperty(Name="security", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public TransportSecurityElement Security {get; set;}
public read-write property Security: TransportSecurityElement;
System.Configuration.ConfigurationPropertyAttribute(Name="security", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=, IsRequired=, IsKey=) public function get,set Security : TransportSecurityElement
[System.Configuration.ConfigurationProperty(Name="security", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public: __property TransportSecurityElement* get_Security(); public: __property void set_Security( TransportSecurityElement* value );
[System.Configuration.ConfigurationProperty(Name="security", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public: property TransportSecurityElement^ Security { TransportSecurityElement^ get(); void set ( TransportSecurityElement^ value); }
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