NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Configuration Schema

A configuration file consists of a security policy and may (in future versions) also contain other configuration information. We therefore use a configuration file schema that would allow either for the addition of non-security configuration data or for the addition of non-policy security configuration information:

Schema:

<Configuration>
   //room for non-security config info
   <Security>
      //room for non-policy security config info
      <Policy>
         [Policy xml as seen above,5.3]
      </Policy>
   </Security>
</Configuration>

This represents the complete configuration schema, which comprises the security.cfg files that are used to configure the runtime security system