XdsObjects Help file
MedicalConnections.Security.Enums Namespace / HttpProvider Enumeration



HttpProvider Enumeration
The types of security provider available
Syntax
Public Enum HttpProvider 
   Inherits System.Enum
Dim instance As HttpProvider
public enum HttpProvider : System.Enum 
public enum class HttpProvider : public System.Enum 
Members
MemberDescription
Custom WS Security, only for Server Implementations, not client
MedConnections Use the BouncyCastle functions
Windows Use intrinsic Windows functions
Remarks
In previous versions of Medical Connections products, this was called "WcfType"
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MedicalConnections.Security.Enums.HttpProvider

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