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!

BindingPolicy Collection

The BindingPolicy collection contains BindingRedir rows that redirect one version of an assembly to another. This version redirection, or policy only applies to shared assemblies (ie. assemblies which contain a public key). The BindingRedir row contains a number of properties, which are listed below:

Property Name Supported Values Description
Name Any string Name of the assembly
Originator String form of originator (8-byte hash of public key) Originator of the assembly
Version String form of version: w.x.y.z, or “*” for all versions. Version which should be redirected.
VersionNew String form of version: w.x.y.z Version which the assembly should be redirected to.
UseLatestBuildRevision “yes” or “no” Indicates whether or not this assembly should be subject to automatic QFE updates from the global cache.

Example:

<BindingPolicy>
   <BindingRedir Name="[name]" Originator="[orig]" Version="[ver|*]"
                 VersionNew="[ver]" UseLatestBuildRevision="[yes|no]"/>
</BindingPolicy>