Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
X509RevocationMode.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography.X509Certificates
;
2
3
public
enum
X509RevocationMode
4
{
5
NoCheck
,
6
Online
,
7
Offline
8
}
System.Security.Cryptography.X509Certificates.X509RevocationMode
X509RevocationMode
Definition
X509RevocationMode.cs:4
System.Security.Cryptography.X509Certificates.X509RevocationMode.NoCheck
@ NoCheck
System.Security.Cryptography.X509Certificates.X509RevocationMode.Online
@ Online
System.Security.Cryptography.X509Certificates.X509RevocationMode.Offline
@ Offline
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
source
System.Security.Cryptography.X509Certificates
System.Security.Cryptography.X509Certificates
X509RevocationMode.cs
Generated by
1.10.0