<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Net.Security.ProtectionLevel

public enum ProtectionLevel
namespace System.Net.Security { public enum ProtectionLevel { EncryptAndSign = 2, None = 0, Sign = 1 } }