mansellan / clickonce

ClickOnce packager
Other
26 stars 7 forks source link

Allow named and custom TrustInfo #12

Closed mansellan closed 4 years ago

mansellan commented 4 years ago

One of the required elements of a ClickOnce application manifest is TrustInfo. This allows fine-grained control of trust settings, with convenience shortcuts for the following templates:

We should be able to accomodate all except Custom as named arguments, and accomodate Custom by reference to a trust XML file. Currently we just instantiate a new TrustInfo class, which defaults to full trust.