WCF-Xtensions Class Reference for Mono
ProtectionLevel Property






Gets and sets the ProtectionLevel to be applied in cases when Window Security Stream is used.
Syntax
'Declaration
 
Public Property ProtectionLevel As System.Net.Security.ProtectionLevel
'Usage
 
Dim instance As TransportSecuritySettings
Dim value As System.Net.Security.ProtectionLevel
 
instance.ProtectionLevel = value
 
value = instance.ProtectionLevel
public System.Net.Security.ProtectionLevel ProtectionLevel {get; set;}
public read-write property ProtectionLevel: System.Net.Security.ProtectionLevel; 
public function get,set ProtectionLevel : System.Net.Security.ProtectionLevel
public: __property System.Net.Security.ProtectionLevel get_ProtectionLevel();
public: __property void set_ProtectionLevel( 
   System.Net.Security.ProtectionLevel value
);
public:
property System.Net.Security.ProtectionLevel ProtectionLevel {
   System.Net.Security.ProtectionLevel get();
   void set (    System.Net.Security.ProtectionLevel value);
}
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

TransportSecuritySettings Class
TransportSecuritySettings Members

Send Feedback