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

PnrpScope

public enum PnrpScope
Specifies the different scopes of a PNRP cloud.
namespace System.Net.PeerToPeer { public enum PnrpScope { All = 0, Global = 1, LinkLocal = 3, SiteLocal = 2 } }