4 references to Offline
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
SniOptionsSelectorTests.cs (1)
836CertificateRevocationCheckMode = X509RevocationMode.Offline,
System.Net.Security (2)
System\Net\Security\SslClientAuthenticationOptions.cs (1)
54if (value != X509RevocationMode.NoCheck && value != X509RevocationMode.Offline && value != X509RevocationMode.Online)
System\Net\Security\SslServerAuthenticationOptions.cs (1)
56if (value != X509RevocationMode.NoCheck && value != X509RevocationMode.Offline && value != X509RevocationMode.Online)
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (1)
61if (value < X509RevocationMode.NoCheck || value > X509RevocationMode.Offline)