6 references to Offline
NuGet.Packaging (2)
Signing\Signatures\Signature.cs (1)
199chain.ChainPolicy.RevocationMode = X509RevocationMode.Offline;
Signing\Timestamp\Timestamp.cs (1)
152chain.ChainPolicy.RevocationMode = X509RevocationMode.Offline;
System.Net.Security (2)
System\Net\Security\SslClientAuthenticationOptions.cs (1)
55if (value != X509RevocationMode.NoCheck && value != X509RevocationMode.Offline && value != X509RevocationMode.Online)
System\Net\Security\SslServerAuthenticationOptions.cs (1)
57if (value != X509RevocationMode.NoCheck && value != X509RevocationMode.Offline && value != X509RevocationMode.Online)
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\ChainPal.Windows.BuildChain.cs (1)
131if (revocationMode == X509RevocationMode.Offline)
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (1)
61if (value < X509RevocationMode.NoCheck || value > X509RevocationMode.Offline)