<PackageReference Include="System.Security.Permissions" Version="10.0.0-rc.2.25502.107" />

TrustManagerUIContext

public enum TrustManagerUIContext
Specifies the type of user interface (UI) the trust manager should use for trust decisions.
namespace System.Security.Policy { public enum TrustManagerUIContext { Install = 0, Run = 2, Upgrade = 1 } }