XdsObjects Help file
MedicalConnections.Security Namespace / TlsClientNone Class
Members



TlsClientNone Class
Impelementation of ITlsClientSecurity which does not use TLS
Syntax
Public Class TlsClientNone 
   Implements ITlsBase, ITlsClientSecurity 
Dim instance As TlsClientNone
public class TlsClientNone : ITlsBase, ITlsClientSecurity  
public ref class TlsClientNone : public ITlsBase, ITlsClientSecurity  
Remarks
This is a "dummy" class, providing all the interfaces, but using no encryption
Inheritance Hierarchy

System.Object
   MedicalConnections.Security.TlsClientNone

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