WCF-Xtensions Class Reference for Mono
TransportSecurityType Enumeration






Specifies the type of security to be used by a transport.
Syntax
'Declaration
 
Public Enum TransportSecurityType 
   Inherits System.Enum
'Usage
 
Dim instance As TransportSecurityType
public enum TransportSecurityType : System.Enum 
public enum TransportSecurityType = class(System.Enum)
public enum TransportSecurityType extends System.Enum
__value public enum TransportSecurityType : public System.Enum 
public enum class TransportSecurityType : public System.Enum 
Members
MemberDescription
None No security.
Tls TLS transport security.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.WCFX.Channels.TransportSecurityType

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

Noemax.WCFX.Channels Namespace

Send Feedback