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

System.Security.Cryptography.X509Certificates.X509RevocationMode

public enum X509RevocationMode
namespace System.Security.Cryptography.X509Certificates { public enum X509RevocationMode { NoCheck = 0, Offline = 2, Online = 1 } }