Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
X509ContentType.cs
Go to the documentation of this file.
1
namespace
System.Security.Cryptography.X509Certificates
;
2
3
public
enum
X509ContentType
4
{
5
Unknown
= 0,
6
Cert
= 1,
7
SerializedCert
= 2,
8
Pfx
= 3,
9
Pkcs12
= 3,
10
SerializedStore
= 4,
11
Pkcs7
= 5,
12
Authenticode
= 6
13
}
System.Security.Cryptography.X509Certificates.X509ContentType
X509ContentType
Definition
X509ContentType.cs:4
System.Security.Cryptography.X509Certificates.X509ContentType.Pfx
@ Pfx
System.Security.Cryptography.X509Certificates.X509ContentType.SerializedStore
@ SerializedStore
System.Security.Cryptography.X509Certificates.X509ContentType.SerializedCert
@ SerializedCert
System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs7
@ Pkcs7
System.Security.Cryptography.X509Certificates.X509ContentType.Unknown
@ Unknown
System.Security.Cryptography.X509Certificates.X509ContentType.Authenticode
@ Authenticode
System.Security.Cryptography.X509Certificates.X509ContentType.Cert
@ Cert
System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs12
@ Pkcs12
System.Security.Cryptography.X509Certificates
Definition
CertificateAsn.cs:4
source
System.Security.Cryptography.X509Certificates
System.Security.Cryptography.X509Certificates
X509ContentType.cs
Generated by
1.10.0