Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
X509ContentType
enum
System.Security.Cryptography.X509Certificates.X509ContentType
Enumerator
Unknown
Cert
SerializedCert
Pfx
Pkcs12
SerializedStore
Pkcs7
Authenticode
Definition at line
3
of file
X509ContentType.cs
.
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.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.Authenticode
@ Authenticode
System.Security.Cryptography.X509Certificates.X509ContentType.Cert
@ Cert
System.Security.Cryptography.X509Certificates.X509ContentType.Pkcs12
@ Pkcs12
System
Security
Cryptography
X509Certificates
Generated by
1.10.0