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