2.2.4.8 ServiceUnencryptedType

ServiceUnencryptedType is used to configure the authentication mechanisms that are enabled or disabled on the Web Services Management Protocol Extensions for Windows Server 2003 server when using HTTP as the network transport. The schema MUST be as follows.

 <xs:complexType name="ServiceUnencryptedType">
   <xs:sequence>
     <xs:element name="Basic" 
 type="xs:boolean" default="false"/>
     <xs:element name="Negotiate" 
 type="xs:boolean" default="false"/>
   </xs:sequence>
 </xs:complexType>
  

Basic: Enables or disables HTTP Basic Authentication (see [RFC2617] section 2).

Negotiate: Enables or disables HTTP Negotiate Authentication (see [RFC4559] section 4).