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

System.Net.Security.AuthenticationLevel

public enum AuthenticationLevel
namespace System.Net.Security { public enum AuthenticationLevel { MutualAuthRequested = 1, MutualAuthRequired = 2, None = 0 } }