internal void InternalSetApplicationTrust(System.Security.Policy.ApplicationTrust value) { if (value != null) { this._ApplicationTrust = value.ToXml().ToString(); } else { this._ApplicationTrust = null; } }